|
|
@@ -101,9 +101,9 @@ The step option is useful to limit the number of events returned from your query
|
|
|
|
|
|
Since 4.6.0 Grafana exposes metrics for Prometheus on the `/metrics` endpoint. We also bundle a dashboard within Grafana so you can get started viewing your metrics faster. You can import the bundled dashboard by going to the data source edit page and click the dashboard tab. There you can find a dashboard for Grafana and one for Prometheus. Import and start viewing all the metrics!
|
|
|
|
|
|
-## Configure datasource with provisioning
|
|
|
+## Configure the Datasource with Provisioning
|
|
|
|
|
|
-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)
|
|
|
+It's now possible to configure datasources using config files with Grafana's 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 provisioning examples for this datasource.
|
|
|
|
|
|
@@ -115,4 +115,4 @@ datasources:
|
|
|
type: prometheus
|
|
|
access: proxy
|
|
|
url: http://localhost:9090
|
|
|
-```
|
|
|
+```
|