1.0.0-rc3 of all non-core components
Pre-release
Pre-release
OpenTelemetry.Extensions.Hosting
OpenTelemetry.Instrumentation.AspNet
- Leverages added AddLegacySource API from OpenTelemetry SDK to trigger Samplers
and ActivityProcessors. Samplers, ActivityProcessor.OnStart will now get the
Activity before any enrichment done by the instrumentation.
(#1836) - Performance optimization by leveraging sampling decision and short circuiting
activity enrichment.
(#1903)
OpenTelemetry.Instrumentation.AspNetCore
- Leverages added AddLegacySource API from OpenTelemetry SDK to trigger Samplers
and ActivityProcessors. Samplers, ActivityProcessor.OnStart will now get the
Activity before any enrichment done by the instrumentation.
(#1836) - Performance optimization by leveraging sampling decision and short circuiting
activity enrichment.Filter
andEnrich
are now only called if
activity.IsAllDataRequested
istrue
(#1899)
OpenTelemetry.Instrumentation.GrpcNetClient
- Leverages added AddLegacySource API from OpenTelemetry SDK to trigger Samplers
and ActivityProcessors. Samplers, ActivityProcessor.OnStart will now get the
Activity before any enrichment done by the instrumentation.
(#1836) - Performance optimization by leveraging sampling decision and short circuiting
activity enrichment.
(#1903)
OpenTelemetry.Instrumentation.Http
- Leverages added AddLegacySource API from OpenTelemetry SDK to trigger Samplers
and ActivityProcessors. Samplers, ActivityProcessor.OnStart will now get the
Activity before any enrichment done by the instrumentation.
(#1836) - Performance optimization by leveraging sampling decision and short circuiting
activity enrichment.
(#1903)
OpenTelemetry.Instrumentation.SqlClient
OpenTelemetry.Instrumentation.StackExchangeRedis
OpenTelemetry.Shims.OpenTracing