Rework OTel exporter API and documentation#41705
Merged
Merged
Conversation
Contributor
Author
|
cc @lmolkova |
Collaborator
|
API change check API changes are not detected in this pull request. |
jeanbisutti
commented
Sep 3, 2024
d4d3bb7 to
4fc4fc9
Compare
jeanbisutti
commented
Sep 4, 2024
lmolkova
reviewed
Sep 4, 2024
810782d to
c3bb22d
Compare
Contributor
Author
|
AutoConfiguredOpenTelemetrySdkBuilder sdkBuilder = AutoConfiguredOpenTelemetrySdk.builder();
OpenTelemetry openTelemetry = new AzureMonitor().connectionString("{connection-string}")
.configure(sdkBuilder).build().getOpenTelemetrySdk();We expect that most users will use the OpenTelemetry autoconfiguration.
There is a CI compilation issue with TelemetryHelper. It seems that the CI compiles this class for the OpenTelemetry exporter 1.0.0-beta.28, but also with the exporter version of the main branch. The exporter API of the main branch has changed, leading to a compilation failure. Any help to be able to fix this CI issue would be appreciated. |
lmolkova
reviewed
Sep 5, 2024
2aaf035 to
43d215b
Compare
heyams
reviewed
Sep 12, 2024
heyams
reviewed
Sep 12, 2024
a590ee5 to
db7b4f0
Compare
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
…yle-suppressions.xml Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
35ee2d2 to
f335fa0
Compare
alzimmermsft
approved these changes
Sep 20, 2024
Member
|
/check-enforcer override |
mssfang
pushed a commit
to mssfang/azure-sdk-for-java
that referenced
this pull request
Oct 21, 2024
Rework OTel exporter API and documentation
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.
No description provided.