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

Add labels to fields of the dataframe when the dimension match a key=value format #16

Open
Tensibai opened this issue Jan 16, 2023 · 1 comment

Comments

@Tensibai
Copy link

For exemple a traefik v2 metric traefik_service_open_connections stored by netdata will have dimensions with literaly:

method=DELETE,protocol=http,service=my_service_name@source_of_config method=GET,protocol=http,service=another_service_name@source_of_config

Actually it is not possible to group in grafana by service, protocol or method as the field is the whole line.

Keeping it as name but splitting and adding each key=value as label to the field would allow grouping with grafana native transformations.

Alternatively, grouping during the query would be great too.

@hugovalente-pm
Copy link
Contributor

this is for sure something we will want to bring into the plugin
we've just recently been able to launch it on Grafana plugin marketplace. let's see how the adoption of it comes through so that we can priortiize this work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants