docs(): fixing image urls in docs

This commit is contained in:
Torkel Ödegaard
2016-11-04 20:29:17 +01:00
parent 3cc4a194a9
commit 2b81b204aa
31 changed files with 141 additions and 153 deletions
+3 -3
View File
@@ -15,7 +15,7 @@ weight = 2
Grafana includes support for Prometheus Datasources. While the process of adding the datasource is similar to adding a Graphite or OpenTSDB datasource type, Prometheus does have a few different options for building queries.
## Adding the data source to Grafana
![](img/v2/add_Prometheus.png)
![](/img/v2/add_Prometheus.png)
1. Open the side menu by clicking the the Grafana icon in the top header.
2. In the side menu under the `Dashboards` link you should find a link named `Data Sources`.
@@ -42,7 +42,7 @@ Password | Database user's password
## Query editor
Open a graph in edit mode by click the title.
![](img/v2/prometheus_editor.png)
![](/img/v2/prometheus_editor.png)
For details on Prometheus metric queries check out the Prometheus documentation
- [Query Metrics - Prometheus documentation](http://prometheus.io/docs/querying/basics/).
@@ -72,4 +72,4 @@ label_values(hostname)
You can also use raw queries & regular expressions to extract anything you might need.
![](img/v2/prometheus_templating.png)
![](/img/v2/prometheus_templating.png)