Support Grafana Data-Links feature "__series.labels.<LABEL>" for getting string behind metric names #50
Labels
datasource/ADX
needs investigation
possible issue needs to be investigated
priority/low
type/bug
Something isn't working
Grafana documentation for data links:
https://grafana.com/docs/grafana/latest/reference/datalinks/#data-links
"
__series.labels. - label’s value to the URL. If your label contains dots use __series.labels[""] syntax
"
for example, for a query such as
T | summarize Value = count() by bin(timestamp,1h) , metricname, metricname2
I would like to be able to create a link such as:
http://mygrafana/d/.../var-metricname2=${__series.labels.metricname2}
The text was updated successfully, but these errors were encountered: