Skip to content

1.0.0-rc3 of all non-core components

Pre-release
Pre-release
Compare
Choose a tag to compare
@cijothomas cijothomas released this 19 Mar 23:17
· 2066 commits to main since this release
617ae00

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