-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
panic: exemplar labels have 85 runes, exceeding the limit of 64 #6667
Comments
Should be addressed by weaveworks/common#247. |
Same issue here when we upgrade to distributed Loki v2.6.1. distributors have same error message. |
this pr has fix this issue. update dependency weaveworks/common#249 |
Isn't this address by #6957 already? |
6859>6957 , so I don't think 6957 has fixed this yet |
The issue is imho fixed by bumping the prometheus/client_golang to 1.13 with #6957. The changelog of client_golang (https://github.com/prometheus/client_golang/releases/tag/v1.13.0) mentions:
|
One change removes the thing that made exemplar labels longer, the other raises the exemplar length limit. Either way I agree it can be closed. |
Describe the bug
A clear and concise description of what the bug is.
here
https://github.com/prometheus/client_golang/blob/main/prometheus/value.go
To Reproduce
Steps to reproduce the behavior:
{} term
Expected behavior
A clear and concise description of what you expected to happen.
Environment:
Screenshots, Promtail config, or terminal output
If applicable, add any output to help explain your problem.
The text was updated successfully, but these errors were encountered: