Release 0.6.0-beta.1#2159
Merged
pellared merged 1 commit intoopen-telemetry:mainfrom Feb 3, 2023
Kielek:release-0.6.0-beta.1
Merged
Release 0.6.0-beta.1#2159pellared merged 1 commit intoopen-telemetry:mainfrom Kielek:release-0.6.0-beta.1
pellared merged 1 commit intoopen-telemetry:mainfrom
Kielek:release-0.6.0-beta.1
Conversation
Member
|
However, I think we should try to finish #1744 as it looks as it is resolved via #2157 |
pellared
approved these changes
Feb 3, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Fixes N/A.
SIG agreement.
What
0.6.0-beta.1
This beta release is built on top of OpenTelemetry .NET:
1.4.0-rc.3System.Diagnostics.DiagnosticSource:7.0.0Added
OTEL_*settings usingApp.configandWeb.config.ResourceBuilder ConfigureResource(ResourceBuilder builder).Changed
Updated Core components:
1.4.0-rc.3Move
OpenTelemetry.AutoInstrumentation.Native.sotolinux-x64directoryin
tracer-homefor Linux glibc,OpenTelemetry.AutoInstrumentation.Native.soto
linux-musl-x64for Linux musl andOpenTelemetry.AutoInstrumentation.Native.dylibto
osx-x64for MacOS.Change the way to manage enabled instrumentations. The following environmental
variables:
OTEL_DOTNET_AUTO_TRACES_ENABLED_INSTRUMENTATIONS,OTEL_DOTNET_AUTO_TRACES_DISABLED_INSTRUMENTATIONS,OTEL_DOTNET_AUTO_METRICS_ENABLED_INSTRUMENTATIONS,OTEL_DOTNET_AUTO_METRICS_DISABLED_INSTRUMENTATIONS,OTEL_DOTNET_AUTO_LOGS_ENABLED_INSTRUMENTATIONS,OTEL_DOTNET_AUTO_LOGS_DISABLED_INSTRUMENTATIONSare replaced by:
OTEL_DOTNET_AUTO_INSTRUMENTATION_ENABLED,OTEL_DOTNET_AUTO_TRACES_INSTRUMENTATION_ENABLED,OTEL_DOTNET_AUTO_TRACES_{0}_INSTRUMENTATION_ENABLED,OTEL_DOTNET_AUTO_METRICS_INSTRUMENTATION_ENABLED,OTEL_DOTNET_AUTO_METRICS_{0}_INSTRUMENTATION_ENABLED,OTEL_DOTNET_AUTO_LOGS_INSTRUMENTATION_ENABLED,OTEL_DOTNET_AUTO_LOGS_{0}_INSTRUMENTATION_ENABLED.Change instrumentation id for ASP.NET Core traces and metrics instrumentation
from
AspNettoASPNETCORE.Fixed
Log: Exception creating FileSink#1885
Tests
Checklist
CHANGELOG.mdis updated.[ ] New features are covered by tests.