Releases: open-telemetry/opentelemetry-dotnet-contrib
Instrumentation.Hangfire-1.0.0-beta.1
- This is the first release of
OpenTelemetry.Instrumentation.Hangfire
package.
Exporter.Geneva-1.3.0-beta.2
- Add support for exporting
ILogger
scopes.
390
Exporter.Geneva-1.3.0-beta.1
-
Enable PassThru TableNameMappings using the logger category name.
345 -
Throw exception when
TableNameMappings
contains anull
value.
322 -
TraceExporter bug fix to not export non-recorded Activities.
352 -
Add support for the native
Activity
propertiesStatus
and
StatusDescription
.
359 -
Allow serialization of non-ASCII characters for
LogRecord.Exception.GetType().FullName
.
375
Extensions.AWSXRay v1.2.0
Please see the Changelog for details.
Instrumentation.GrpcCore-1.0.0-beta.5
- Switched Grpc.Core package dependency to Grpc.Core.Api in the same range.
No functional change, just less exposure to unnecessary packages.
Instrumentation.MassTransit-1.0.0-beta.3
-
Going forward the NuGet package will be
OpenTelemetry.Instrumentation.MassTransit
.
Older versions will remain at
OpenTelemetry.Contrib.Instrumentation.MassTransit
(#252)Migration:
- In code update namespaces (eg
using OpenTelemetry.Contrib.Instrumentation.MassTransit
->using OpenTelemetry.Instrumentation.MassTransit
)
- In code update namespaces (eg
Instrumentation.MySqlData-1.0.0-beta.2
-
Going forward the NuGet package will be
OpenTelemetry.Instrumentation.MySqlData
.
Older versions will remain at
OpenTelemetry.Contrib.Instrumentation.MySqlData
(#256)Migration:
- In code update namespaces (eg
using OpenTelemetry.Contrib.Instrumentation.MySqlData
->using OpenTelemetry.Instrumentation.MySqlData
)
- In code update namespaces (eg
Instrumentation.Runtime-0.1.0-alpha.1
- This is the first release of
OpenTelemetry.Instrumentation.Runtime
package.
Instrumentation.Owin-1.0.0-rc.2
-
Going forward the NuGet package will be
OpenTelemetry.Instrumentation.Owin
.
Older versions will remain at
OpenTelemetry.Contrib.Instrumentation.Owin
(#257)Migration:
- In code update namespaces (eg
using OpenTelemetry.Contrib.Instrumentation.Owin
->using OpenTelemetry.Instrumentation.Owin
)
- In code update namespaces (eg
Instrumentation.GrpcCore-1.0.0-beta.4
-
Going forward the NuGet package will be
OpenTelemetry.Instrumentation.GrpcCore
.
Older versions will remain at
OpenTelemetry.Contrib.Instrumentation.GrpcCore
(#255)Migration:
- In code update namespaces (eg
using OpenTelemetry.Contrib.Instrumentation.GrpcCore
->using OpenTelemetry.Instrumentation.GrpcCore
)
- In code update namespaces (eg