OpenTelemetry - CNCF/opentelemetry-dotnet: Release 0.6.0-beta
Name: opentelemetry-dotnet
Owner: OpenTelemetry - CNCF
Release: 0.6.0-beta.1
Released: 2020-09-15
License: Apache-2.0
Release Assets:
OpenTelemetry
- Fixes 953
- Changes arising from
DiagnosticSource
changes (#1203) PropertyFetcher
is now public (#1232)PropertyFetcher
changed toPropertyFetcher<T>
(#1238)
OpenTelemetry.Api
- Updated System.Diagnostics.DiagnosticSource to version 5.0.0-rc.1.20451.14 (#1265)
- Added
GetTagValue
extension method onActivity
for retrieving tag values efficiently (#1221) - Added
EnumerateTagValues
extension method onActivity
for enumerating tag values efficiently (#1236)
OpenTelemetry.Exporter.Console
OpenTelemetry.Exporter.Jaeger
- Removed
MaxFlushInterval
fromJaegerExporterOptions
. Batching is now handled byBatchExportActivityProcessor
exclusively. (#1254)
OpenTelemetry.Exporter.OpenTelemetryProtocol
OpenTelemetry.Exporter.Prometheus
OpenTelemetry.Exporter.Zipkin
OpenTelemetry.Exporter.ZPages
OpenTelemetry.Extensions.Hosting
- Renamed all extension methods from AddOpenTelemetryTracerProvider to AddOpenTelemetryTracing
OpenTelemetry.Instrumentation.AspNet
OpenTelemetry.Instrumentation.AspNetCore
- For gRPC invocations, the
grpc.method
andgrpc.status_code
attributes added by the library are removed from the span. The information from these attributes is contained in other attributes that follow the conventions of OpenTelemetry. (#1260).
OpenTelemetry.Instrumentation.GrpcNetClient
- The
grpc.method
andgrpc.status_code
attributes added by the library are removed from the span. The information from these attributes is contained in other attributes that follow the conventions of OpenTelemetry. (#1260).
OpenTelemetry.Instrumentation.Http
OpenTelemetry.Instrumentation.SqlClient
OpenTelemetry.Instrumentation.StackExchangeRedis
OpenTelemetry.Shims.OpenTracing