OpenTelemetry - CNCF/opentelemetry-dotnet: Release 1.0.0-rc4
Name: opentelemetry-dotnet
Owner: OpenTelemetry - CNCF
Release: 1.0.0-rc4 of all non-core components
Released: 2021-04-23
License: Apache-2.0
Release Assets:
OpenTelemetry.Extensions.Hosting
- Added
AddInstrumentation<T>
,AddProcessor<T>
,SetSampler<T>
, andConfigure
extensions to support dependency injection through the OpenTelemetry.Extensions.HostingTracerProviderBuilder
. (#1889)
OpenTelemetry.Instrumentation.AspNet
- Sanitize
http.url
attribute. (#1961)
OpenTelemetry.Instrumentation.AspNetCore
- When using OpenTelemetry.Extensions.Hosting you can now bind
AspNetCoreInstrumentationOptions
from DI. (#1997)
OpenTelemetry.Instrumentation.GrpcNetClient
OpenTelemetry.Instrumentation.Http
- Sanitize
http.url
attribute. (#1961) - Added
RecordException
to HttpClientInstrumentationOptions and HttpWebRequestInstrumentationOptions which allows Exception to be reported as ActivityEvent. - Update
AddHttpClientInstrumentation
extension method for .NET Framework to use only useHttpWebRequestInstrumentationOptions
(#1982)
OpenTelemetry.Instrumentation.SqlClient
- Instrumentation modified to depend only on the API.
- Activities are now created with the
db.system
attribute set for usage during sampling. (#1979)
OpenTelemetry.Instrumentation.StackExchangeRedis
- Activities are now created with the
db.system
attribute set for usage during sampling. (#1984)