fix link to opentsdb templating (#9039)

This commit is contained in:
ericslaw 2017-08-16 10:57:27 -04:00 committed by Torkel Ödegaard
parent 3222677493
commit 73f0bd3b4b

View File

@ -88,7 +88,7 @@ The query expressions are different for each data source.
- [Elasticsearch templating queries]({{< relref "features/datasources/elasticsearch.md#templating" >}}) - [Elasticsearch templating queries]({{< relref "features/datasources/elasticsearch.md#templating" >}})
- [InfluxDB templating queries]({{< relref "features/datasources/influxdb.md#templating" >}}) - [InfluxDB templating queries]({{< relref "features/datasources/influxdb.md#templating" >}})
- [Prometheus templating queries]({{< relref "features/datasources/prometheus.md#templating" >}}) - [Prometheus templating queries]({{< relref "features/datasources/prometheus.md#templating" >}})
- [OpenTSDB templating queries]({{< relref "features/datasources/prometheus.md#templating" >}}) - [OpenTSDB templating queries]({{< relref "features/datasources/opentsdb.md#templating" >}})
One thing to note is that query expressions can contain references to other variables and in effect create linked variables. One thing to note is that query expressions can contain references to other variables and in effect create linked variables.
Grafana will detect this and automatically refresh a variable when one of it's containing variables change. Grafana will detect this and automatically refresh a variable when one of it's containing variables change.