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
Issue with OpenTelemetry.Instrumentation.EventCounters
Is this a feature request or a bug?
[x ] Feature Request
Bug
What is the expected behavior?
Event counters instrumentation can be enabled when using DI based APIs i.e. services.AddOpenTelemetryMetrics(...) and support providing options via IConfigurationSection
What do you expect to see?
AddEventCountersInstrumentation work with IDeferredMeterProviderBuilder
Just FYI 1.4.0 SDK is introducing an updated pattern which allows better integration than what IDeferredMeterProviderBuilder can provide. I would recommend using OpenTelemetry.Exporter.Prometheus.AspNetCore as a guide for this effort.
Issue with OpenTelemetry.Instrumentation.EventCounters
Is this a feature request or a bug?
What is the expected behavior?
What do you expect to see?
AddEventCountersInstrumentation
work withIDeferredMeterProviderBuilder
What is the actual behavior?
Today it only works for non DI mode. Options can't be provided directly via configuration
Additional Context
Add any other context about the feature request here.
The text was updated successfully, but these errors were encountered: