OpenTelemetry - CNCF/opentelemetry-dotnet: Release core-1.1.0-beta3

Name: opentelemetry-dotnet

Owner: OpenTelemetry - CNCF

Release: 1.1.0-beta3 core components

Released: 2021-05-12

License: Apache-2.0

Release Assets:

OpenTelemetry

  • AddLegacySource() moved out of TracerProviderBuilderExtensions and into public API (#2019)

  • Fixed an issue causing inconsistent log scopes when using BatchLogRecordExportProcessor. To make parsing scopes easier the LogRecord.ForEachScope signature has been changed to receive instances of LogRecordScope (a new type which implements IEnumerator<KeyValuePair<string, object>> for accessing scope items) (#2026)

OpenTelemetry.Api

  • Adds AddLegacySource() to TracerProviderBuilder (#2019)

OpenTelemetry.Exporter.Console

OpenTelemetry.Exporter.InMemory

OpenTelemetry.Exporter.Jaeger

OpenTelemetry.Exporter.OpenTelemetryProtocol

OpenTelemetry.Exporter.Zipkin

To top