![Bharat Kunwar](/assets/img/avatar_default.png)
At present, all time series are accumulated in the same database in InfluxDB. This makes queries slow for tenants that have less data. This patch enables the option to use separate database per tenancy. This task implements the changes on monasca-persister which handles write requests to InfluxDB database. Change-Id: I7de6e0faf069b889d3953583b29a876c3d82c62c Story: 2006331 Task: 36072
7 lines
225 B
YAML
7 lines
225 B
YAML
---
|
|
features:
|
|
- |
|
|
Configuration option `db_per_tenant` added for InfluxDB to allow
|
|
data points to be written to dedicated tenant database where the
|
|
`database_name` prefixes the tenant ID, e.g. monasca_tenantid.
|