github open-telemetry/opentelemetry-dotnet 1.0.0-rc3
1.0.0-rc3 of all non-core components

pre-release3 years ago

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

Don't miss a new opentelemetry-dotnet release

NewReleases is sending notifications on new releases.