Browse Source

docs: improves provisoning example for each datasource

Marcus Efraimsson 7 years ago
parent
commit
14bf067263

+ 1 - 0
docs/sources/administration/provisioning.md

@@ -138,6 +138,7 @@ datasources:
 ```
 
 #### Custom Settings per Datasource
+Please refer to each datasource documentation for specific provisioning examples.
 
 | Datasource | Misc |
 | ---- | ---- |

+ 1 - 1
docs/sources/features/datasources/cloudwatch.md

@@ -178,7 +178,7 @@ Grafana will issue a ListMetrics request.
 
 It's now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](/administration/provisioning/#datasources)
 
-Here are some examples of how you can configure the Cloudwatch datasource using configuration.
+Here are some provisioning examples for this datasource.
 
 Using a credentials file
 ```yaml

+ 1 - 1
docs/sources/features/datasources/elasticsearch.md

@@ -142,7 +142,7 @@ Tags | Optional field name to use for event tags (can be an array or a CSV strin
 
 It's now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](/administration/provisioning/#datasources)
 
-Here are some examples of how you can configure the Cloudwatch datasource using configuration.
+Here are some provisioning examples for this datasource.
 
 ```yaml
 apiVersion: 1

+ 1 - 1
docs/sources/features/datasources/graphite.md

@@ -125,7 +125,7 @@ specify a tag or wildcard (leave empty should also work)
 
 It's now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](/administration/provisioning/#datasources)
 
-Here are some examples of how you can configure the Cloudwatch datasource using configuration.
+Here are some provisioning examples for this datasource.
 
 ```yaml
 apiVersion: 1

+ 1 - 1
docs/sources/features/datasources/influxdb.md

@@ -179,7 +179,7 @@ Tags field can be a comma separated string.
 
 It's now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](/administration/provisioning/#datasources)
 
-Here are some examples of how you can configure the Cloudwatch datasource using configuration.
+Here are some provisioning examples for this datasource.
 
 ```yaml
 apiVersion: 1

+ 1 - 1
docs/sources/features/datasources/mysql.md

@@ -230,7 +230,7 @@ Time series queries should work in alerting conditions. Table formatted queries
 
 It's now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](/administration/provisioning/#datasources)
 
-Here are some examples of how you can configure the Cloudwatch datasource using configuration.
+Here are some provisioning examples for this datasource.
 
 ```yaml
 apiVersion: 1

+ 1 - 1
docs/sources/features/datasources/opentsdb.md

@@ -93,7 +93,7 @@ For details on OpenTSDB metric queries checkout the official [OpenTSDB documenta
 
 It's now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](/administration/provisioning/#datasources)
 
-Here are some examples of how you can configure the Cloudwatch datasource using configuration.
+Here are some provisioning examples for this datasource.
 
 ```yaml
 apiVersion: 1

+ 1 - 1
docs/sources/features/datasources/postgres.md

@@ -222,7 +222,7 @@ conditions.
 
 It's now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](/administration/provisioning/#datasources)
 
-Here are some examples of how you can configure the Cloudwatch datasource using configuration.
+Here are some provisioning examples for this datasource.
 
 ```yaml
 apiVersion: 1

+ 2 - 2
docs/sources/features/datasources/prometheus.md

@@ -34,7 +34,7 @@ Name | Description
 *Basic Auth* | Enable basic authentication to the Prometheus data source.
 *User* | Name of your Prometheus user
 *Password* | Database user's password
-*Scrape interval* | This will be used as a lower limit for the Prometheus step query parameter. Default value is 15s. 
+*Scrape interval* | This will be used as a lower limit for the Prometheus step query parameter. Default value is 15s.
 
 ## Query editor
 
@@ -105,7 +105,7 @@ Since 4.6.0 Grafana exposes metrics for Prometheus on the `/metrics` endpoint. W
 
 It's now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](/administration/provisioning/#datasources)
 
-Here are some examples of how you can configure the Cloudwatch datasource using configuration.
+Here are some provisioning examples for this datasource.
 
 ```yaml
 apiVersion: 1