Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gilkgit opened this issue Nov 28, 2019 · 1 comment
Labels
datasource/ADX needs investigation possible issue needs to be investigated type/bug Something isn't working

Comments

@gilkgit
Copy link

gilkgit commented Nov 28, 2019

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}

@gilkgit gilkgit changed the title Allow using "__series.labels.<LABEL>" or similar alternative in Data Links to enable drill in Support Grafana Data-Links feature "__series.labels.<LABEL>" for getting string behind metric names May 13, 2020
@sunker sunker added the needs investigation possible issue needs to be investigated label Feb 2, 2021
@vickyyyyyyy vickyyyyyyy added this to Needs Triage in [ARCHIVED] Cloud Datasources - Kanban via automation Nov 19, 2021
@vickyyyyyyy vickyyyyyyy removed the needs investigation possible issue needs to be investigated label Nov 23, 2021
@vickyyyyyyy
Copy link
Member

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

@vickyyyyyyy vickyyyyyyy moved this from Needs Triage to Backlog in [ARCHIVED] Cloud Datasources - Kanban Nov 23, 2021
@vickyyyyyyy vickyyyyyyy added the type/bug Something isn't working label Nov 23, 2021
@aangelisc aangelisc added the needs investigation possible issue needs to be investigated label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasource/ADX needs investigation possible issue needs to be investigated type/bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

4 participants