influx: docs for retention policy option

This commit is contained in:
Alexander Zobnin
2018-10-31 21:08:22 +03:00
parent 089700d227
commit a41df652b2
3 changed files with 6 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ Read [how to configure](./sql_datasource) SQL data source in Grafana.
- **Enable**: enable Direct DB Connection.
- **Data Source**: Select Data Source for Zabbix history database.
- **Retention Policy** (InfluxDB only): Specify retention policy name for fetching long-term stored data. Grafana will fetch data from this retention policy if query time range suitable for trends query. Leave it blank if only default retention policy used.
#### Supported databases

View File

@@ -34,8 +34,11 @@ datasources:
disableReadOnlyUsersAck: true
# Direct DB Connection options
dbConnectionEnable: true
# Name of existing SQL datasource
# Name of existing datasource for Direct DB Connection
dbConnectionDatasourceName: MySQL Zabbix
# Retention policy name (InfluxDB only) for fetching long-term stored data.
# Leave it blank if only default retention policy used.
dbConnectionRetentionPolicy: one_year
version: 1
editable: false