[docs] Azure monitor link in templating (#21173)

Docs: Added missing azure monitor reference in Templating topic.
This commit is contained in:
Sriramajeyam 2019-12-18 15:30:12 +00:00 committed by Diana Payton
parent f1845d8084
commit 06347e3f86

View File

@ -241,6 +241,7 @@ The query expressions are different for each data source.
- [InfluxDB templating queries]({{< relref "../features/datasources/influxdb.md#templating" >}})
- [Prometheus templating queries]({{< relref "../features/datasources/prometheus.md#templating" >}})
- [OpenTSDB templating queries]({{< relref "../features/datasources/opentsdb.md#templating" >}})
- [AzureMonitor templating queries]({{< relref "../features/datasources/azuremonitor.md#templating-with-variables-for-the-azure-monitor-service" >}})
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.