97aab2f004
At the moment, all data is retained infinitely. This change allows users to specify a default_retention_hours (defaults to 0 meaning unlimited retention) in the influxdb section of monasca persister configuration so that new projects are automatically assigned this retention policy when the given hour is greater than 0 to preserve original behaviour. Story: 2006331 Task: 37234 Change-Id: I4136df1d43954eb026a104f3f85b3a58197f5435
8 lines
282 B
YAML
8 lines
282 B
YAML
---
|
|
features:
|
|
- |
|
|
Support default_retention_hours config for InfluxDB for new
|
|
database that are created. Falls back to infinite retention as
|
|
before when unspecified or if the value is 0. Retention policy for
|
|
existing databases are not altered. Must be an integer.
|