Skip to content

Internal telemetry always uses GlobalOpenTelemetry when declarative config is used  #7435

@zeitlinger

Description

@zeitlinger

private Supplier<MeterProvider> meterProviderSupplier = GlobalOpenTelemetry::getMeterProvider;
is using the global instance is you don't make sure to avoid it.

The old auto config calls setMeterProvider - but declarative config doesn't

Metadata

Metadata

Assignees

Labels

BugSomething isn't working

Type

No type

Projects

Status

Awaiting Review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions