-
Notifications
You must be signed in to change notification settings - Fork 133
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
Exemplar support with prometheus v2.26.0 #420
Comments
It appears @bobrik is getting a 404 error from this endpoint, however, we're actually getting a 500 with a panic on our end:
@jacksontj in our case, we don't actually currently care about exemplar support, but this gives us large error output when we load grafana dashboards due to that panic. So prior to adding support for exemplars, I'm wondering if there's a simple fix for the panic. I'm guessing this only happens when access logs are enabled? |
@PaulFurtado #475 fixes the panic issue |
@jacksontj any plans on supporting exemplars? More and more time series DBs are adding support for it. It would great if promxy would also query it |
@sushovan23 definitely interested in adding support. I don't have a driving need for it in any of my production systems at my day job; so this is falling to my "free time". So it is on the list to get to -- but no promises on when. The part I expect will take me the most time is understanding the exemplar API and setup the most (as I don't see a public endpoint with exemplar support; so I believe I have to make some local E2E environment to do testing). So if anyone is interested in contributing a PR, contributing an example environment, or sponsoring the feature -- any/all would be welcome :) |
@jacksontj I have found this local setup which can be used to have sample app which produced exemplar data and feeding it into prometheus example is available here -> https://github.com/prometheus/client_golang/blob/main/examples/random/main.go#L99 |
Prometheus v2.26 came out with exemplar support:
I can query them when talking directly to Prometheus, but when not when going via promxy (v0.0.70):
It would be great to support exemplars.
cc @prymitive
The text was updated successfully, but these errors were encountered: