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

Allow "Kubernetes-Style" labels for aggregation #35

Closed
wants to merge 1 commit into from

Conversation

mcbenjemaa
Copy link

@mcbenjemaa mcbenjemaa commented Apr 9, 2020

/cc @xellsys @christle

After deep investigating, i found that Prometheus labels could not contain special characters.
metric-names-and-labels

So, the problem is with Prometheus client library.

I had the idea to replace special chars with the allowed underscore _.

but, i could not retrieve buckets after registration to the client, that´s why i store the origin labels in the cache.

Fixes #34
Will Fixes #29 as well

@rebbuh
Copy link

rebbuh commented Oct 11, 2021

Thanks, we are planning to integrate that.

@michaelharrer
Copy link

Merged to #41
Thanks @mcbenjemaa ! I how you are well!

@mcbenjemaa
Copy link
Author

I'm Good @michaelharrer Thanks.

Glad that this PR will be integrated.

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

Successfully merging this pull request may close these issues.

Allow "Kubernetes-Style" labels for aggregation Allow aggregations for keyword fields
3 participants