azure-data-explorer-datasource
azure-data-explorer-datasource copied to clipboard
Support Grafana Data-Links feature "__series.labels.<LABEL>" for getting string behind metric names
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}
looks like this still doesn't work with Grafana v8.2.5 and ADX version 3.6.0