-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 the collector's prometheus receiver to do protobuf negotiation #27027
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
+1. Do you know if it is safe to always set that option? Or does it need to be configurable? Another question is the default. If native histograms are going to be recommended in the future, we might want to at least enable this by default. |
I'm not sure if it's safe to always set as an option, i'm making it configurable to start so as to not disrupt anyones configuration. |
I think we could adjust the default when this is complete |
Exposes the protobuf negotiation flag for the scrape manager. #27027 --------- Co-authored-by: David Ashpole <dashpole@google.com>
Solved by #27030 |
Exposes the protobuf negotiation flag for the scrape manager. open-telemetry#27027 --------- Co-authored-by: David Ashpole <dashpole@google.com>
Component(s)
receiver/prometheus
Is your feature request related to a problem? Please describe.
Right now if I wanted to scrape metrics using the protobuf format for native-histograms, i wouldn't be able to because they are only available via the protobuf format.
Describe the solution you'd like
I would like to be able to set this option.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: