Releases: open-telemetry/opentelemetry-dotnet-contrib
Releases · open-telemetry/opentelemetry-dotnet-contrib
Instrumentation.StackExchangeRedis-1.0.0-rc9.6
- Added the EnrichActivityWithTimingEvents option to StackExchangeRedisCallsInstrumentationOptions to be able to disable adding ActivityEvents (Enqueued, Sent, ResponseReceived) for Redis commands to Activities since there is no way to clear these after they have been added. This defaults to true to maintain current functionality.
Instrumentation.Runtime-1.0.0-rc.1
Major refactor of the runtime instrumentation. Renamed API signature and metrics. Removed the options to turn off certain metrics.
Instrumentation.MySqlData-1.0.0-beta.3
- Fix incomplete db.statement when the length>300 (#424)
Extensions.PersistentStorage.Abstractions-1.0.0-alpha.4
- This is the first release for the
OpenTelemetry.Extensions.PersistentStorage.Abstractions
project.
Extensions.PersistentStorage-1.0.0-alpha.4
- Update implementation to use
Opentelemetry.Extensions.PersistentStorage.Abstractions
. 363
Instrumentation.Runtime-1.0.0-beta.1
Major redesign of the runtime instrumentation. Renamed metrics to be more user-friendly and better logical grouping. Removed the process related metrics which are not .NET Runtime specific.