Releases: grafana/grafana-opentelemetry-dotnet
Releases · grafana/grafana-opentelemetry-dotnet
0.7.0-beta.1
BREAKING CHANGES
- Use 1.7.0 of ASP.NET Core instrumentation.
- Removes support for
OTEL_SEMCONV_STABILITY_OPT_IN
.
Instrumentation will only emit stable conventions. - Defaults
OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_ENABLE_GRPC_INSTRUMENTATION
totrue
. gRPC instrumentation is experimental,
while HTTP is stable.
- Removes support for
- Use 1.7.0 of HTTP instrumentation.
http.user_agent
Activity tag removed from HTTP instrumentation.- Removes support for
OTEL_SEMCONV_STABILITY_OPT_IN
.
Instrumentation will only emit stable conventions.
New features
0.6.0-beta.3
Bug fixes
0.6.0-beta.2
New features
- Use 1.6.0-beta.3 of upstream instrumentation libraries.
- Allow specifying custom resource attributes via
GrafanaOpenTelemetrySettings
. - Run unit tests on .NET 8.
- Use libraries released with .NET 8.
- Improve accuracy of resource attributes
telemetry.distro.name
andtelemetry.distro.version
.
Bug fixes
- Make unit tests runnable for non-net462 targets.
0.6.0-beta.1
Initial public preview release.
0.1.1-beta
add minver package to full distro (#30)
0.1.0-beta
adds license expression to proj files for nuget (#29)