-
Notifications
You must be signed in to change notification settings - Fork 2k
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
EventHubs tracing and metrics: catch up with OTel specification #38899
Conversation
API change check API changes are not detected in this pull request. |
/azp run java - eventhubs - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
eng/code-quality-reports/src/main/resources/checkstyle/checkstyle-suppressions.xml
Outdated
Show resolved
Hide resolved
/azp run java - eventhubs - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...lemetry/src/test/java/com/azure/core/tracing/opentelemetry/OpenTelemetryHttpPolicyTests.java
Outdated
Show resolved
Hide resolved
...zure-core/src/main/java/com/azure/core/implementation/http/policy/InstrumentationPolicy.java
Outdated
Show resolved
Hide resolved
b0bc1f7
to
b8b348a
Compare
b8b348a
to
39429b9
Compare
39429b9
to
aa92807
Compare
aa92807
to
20b5d25
Compare
Hi @lmolkova. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
dear bot, please don't close it. |
e338872
to
3d646b9
Compare
6775987
to
762d7c4
Compare
…e#38899) * Update EH to the latest otel spec and rework metrics * generic operation duration and nits * fix tests and update * test: remove v2 stack * tryme * tryme * up * up * up * up * remove global otel * up * up * up * up * up * up * lint and stress test fixes * Rebase and review comments * Rebase and review comments * nits
Description
It addresses most of #37445 part for EH (all but feature flag) and significant portion of #38351
(PS: I think I finally found the right pattern to trace reactor publishers 😅)