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 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()
toTracerProviderBuilder
(#2019)
OpenTelemetry.Exporter.Console
OpenTelemetry.Exporter.InMemory
OpenTelemetry.Exporter.Jaeger
OpenTelemetry.Exporter.OpenTelemetryProtocol
OpenTelemetry.Exporter.Zipkin