-
Notifications
You must be signed in to change notification settings - Fork 432
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
[Metrics API] Add support for histogram advice API #2132
Comments
Adding the breaking change label: this will require a new or changed API, hence changing the API ABI for metrics. |
This issue was marked as stale due to lack of activity. |
Is the Advice / Hints API still experimental? open-telemetry/opentelemetry-specification#2229 The go client already has support for it now: open-telemetry/opentelemetry-go#4605 |
The java client as well. Not really sure how to use histograms at all without that |
@Falmarri - The histogram buckets can be still configured using View API. Or let us know if you are looking for specific configuration from advisory API. |
@lalitb Did I miss docs on this? Is there an example? This is using the |
Yes, there are unit-tests for custom buckets -
|
Experimental histogram advice API to enable instrumentation library suggest histogram buckets - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument-advice
The text was updated successfully, but these errors were encountered: