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 ofTracerProviderBuilderExtensions
and into public API (#2019)Fixed an issue causing inconsistent log scopes when using
BatchLogRecordExportProcessor
. To make parsing scopes easier theLogRecord.ForEachScope
signature has been changed to receive instances ofLogRecordScope
(a new type which implementsIEnumerator<KeyValuePair<string, object>>
for accessing scope items) (#2026)
OpenTelemetry.Api
- Adds
AddLegacySource()
toTracerProviderBuilder
(#2019)
OpenTelemetry.Exporter.Console
OpenTelemetry.Exporter.InMemory
OpenTelemetry.Exporter.Jaeger
OpenTelemetry.Exporter.OpenTelemetryProtocol
OpenTelemetry.Exporter.Zipkin