You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DefaultOpenTelemetryFactory does not provide any means to call AutoConfiguredOpenTelemetrySdkBuilder#addMeterProviderCustomizer while creating the OpenTelemetry instance.
In my case I would like to register view for one of the histograms reported to use other than default buckets (ExplicitBucketHistogramUtils#DEFAULT_HISTOGRAM_BUCKET_BOUNDARIES)
Feature description
The
DefaultOpenTelemetryFactory
does not provide any means to callAutoConfiguredOpenTelemetrySdkBuilder#addMeterProviderCustomizer
while creating theOpenTelemetry
instance.In my case I would like to register view for one of the histograms reported to use other than default buckets (
ExplicitBucketHistogramUtils#DEFAULT_HISTOGRAM_BUCKET_BOUNDARIES
)As a workaround I am using the following factory
The text was updated successfully, but these errors were encountered: