azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

Support Grafana Data-Links feature "__series.labels.<LABEL>" for getting string behind metric names

Open gilkgit opened this issue 5 years ago • 1 comments

Grafana documentation for data links: https://grafana.com/docs/grafana/latest/reference/datalinks/#data-links

" __series.labels.<LABEL> - label’s value to the URL. If your label contains dots use __series.labels["<LABEL>"] 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}

gilkgit avatar Nov 28 '19 07:11 gilkgit

looks like this still doesn't work with Grafana v8.2.5 and ADX version 3.6.0

vickyyyyyyy avatar Nov 23 '21 11:11 vickyyyyyyy