OpenTelemetry - CNCF/opentelemetry-dotnet: Release 1.0.0-rc3

Name: opentelemetry-dotnet

Owner: OpenTelemetry - CNCF

Release: 1.0.0-rc3 of all non-core components

Released: 2021-03-19

License: Apache-2.0

Release Assets:

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 and Enrich are now only called if activity.IsAllDataRequested is true (#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

To top