grafana / azure-data-explorer-datasource

Grafana datasource plugin for Microsoft Azure Data Explorer (formerly Azure Kusto)
Apache License 2.0
49 stars 38 forks source link

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

Open gilkgit opened 4 years ago

gilkgit commented 4 years ago

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

" series.labels.series.labels["

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}

vickyyyyyyy commented 2 years ago

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