-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AzureMonitorExporter] update OpenTelemetry dependencies to v1.5.0 #36859
Conversation
API change check API changes are not detected in this pull request. |
sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/Internals/LogsHelper.cs
Show resolved
Hide resolved
f84867b
to
5b738d8
Compare
sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/src/AzureMonitorExporterLoggingExtensions.cs
Show resolved
Hide resolved
@TimothyMothra It would be good to validate the changes against otlp exporter changes that was done in the pr you referenced. |
I don't see any of the Exporters in the otel repo checking the |
Edit: nevermind |
There are no breaking changes. So even if this exporter do nothing, everything would work as before. (Ofcourse there will be warning about using obsolete things, but if you suppress it, then there is no need of any change here.) |
Where is breaking change in Otel sdk? |
Edit: nevermind. abandoned this |
...r.OpenTelemetry.Exporter/tests/Azure.Monitor.OpenTelemetry.Exporter.Tests/LogsHelperTests.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Changes
LogRecord.StateValues
replaced withLogRecord.Attributes
ParseStateValues
will be ignored unless logging an unknown object.