-
Notifications
You must be signed in to change notification settings - Fork 487
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
Grafana Agent Flow doesn't support Prometheus exemplars #2420
Labels
frozen-due-to-age
Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Milestone
Comments
This is a regression, right? From which Agent version? |
This is specific to Grafana Agent Flow, which was introduced in v0.28.0 and only enabled when |
Repository owner
moved this from In Progress
to Done
in Grafana Agent (Public)
Nov 30, 2022
Repository owner
moved this from Done
to In Progress
in Grafana Agent (Public)
Nov 30, 2022
rfratto
added a commit
to rfratto/agent
that referenced
this issue
Nov 30, 2022
…ines This commit allows exemplars to be passed around in Prometheus component pipelines. To support this change, the prometheus.Interceptor struct was extended to support intercepting any call to the Appendable interface. Support for metadata is also added, though that code path is currently not invoked in our usage of the Prometheus scraper. Fixes grafana#2420.
rfratto
added a commit
that referenced
this issue
Nov 30, 2022
This commit allows exemplars to be passed around in Prometheus component pipelines. To support this change, the prometheus.Interceptor struct was extended to support intercepting any call to the Appendable interface. Support for metadata is also added, though that code path is currently not invoked in our usage of the Prometheus scraper. Fixes #2420.
Repository owner
moved this from In Progress
to Done
in Grafana Agent (Public)
Nov 30, 2022
github-actions
bot
added
the
frozen-due-to-age
Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
label
Feb 22, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
frozen-due-to-age
Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Grafana Agent Flow currently doesn't support Prometheus exemplars.
It looks like
prometheus.remote_write
will properly send exemplars if they were written to the WAL, but the current FlowMetric abstraction means that no exemplars get written to the WAL.See #2037 for one proposal which can fix this issue.
The text was updated successfully, but these errors were encountered: