-
Notifications
You must be signed in to change notification settings - Fork 239
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 passing feature flags to Prometheus receiver #1173
Comments
Support for exemplars in the upstream |
Correct me here, but without this flag, these are currently not collected or shipped from the receiver forward. My thinking was -- since, at this point, the receiver is a minimal implementation, perhaps enabling experimental flag in the upstream/adot would be a quicker/simpler stop-gap solution, which Prometheus already provides. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue was closed because it has been marked as stale for 30 days with no activity. |
Are there any plan to allow |
Is your feature request related to a problem? Please describe.
Ability to enable exemplars, currently an experimental feature, for the Prometheus receiver. For "vanilla" Prometheus
it is done via
--enable-feature=exemplar-storage
.Describe the solution you'd like
Looking for a way to pass Prometheus flags to the ADOT collector.
Reason — exemplars are behind a feature flag, that for “regular” Prometheus would be passed (using docker compose as an example) like this:
Then prometheus would scrape OpenMetrics format with exemplars… equivalent to:
Describe alternatives you've considered
OTEL collector or N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: