Specifying Histogram Buckets - without views #3826
Labels
blocked:specification
Waiting on clarification of the OpenTelemetry specification before progress can be made
enhancement
New feature or request
Problem Statement
Example referenced: https://github.com/open-telemetry/opentelemetry-go/blob/main/example/view/main.go#L49-L60
I've been referencing the Go API docs, source code, and example usages for the last day and from what I can tell "Views" are the only way to specify buckets per histogram.
I know the project has been against providing default histogram boundaries because the meaning changes based on what's being measured. But if views are the only way to do it — and they are attached to your main
MeterProvider
— then I'm not sure how to define boundaries alongside creating a single histogram.The reason this matters for me is our setup for exporting metrics and defining metrics are very far apart.
Thanks for your time.
The text was updated successfully, but these errors were encountered: