-
Notifications
You must be signed in to change notification settings - Fork 600
Rename TracerProvider to SdkTracerProvider #2614
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
Merged
cijothomas
merged 9 commits into
open-telemetry:main
from
cijothomas:cijothomas/rename-tracerprovider
Feb 5, 2025
Merged
Rename TracerProvider to SdkTracerProvider #2614
cijothomas
merged 9 commits into
open-telemetry:main
from
cijothomas:cijothomas/rename-tracerprovider
Feb 5, 2025
Conversation
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2614 +/- ##
=====================================
Coverage 79.0% 79.0%
=====================================
Files 118 118
Lines 22550 22550
=====================================
Hits 17830 17830
Misses 4720 4720 ☔ View full report in Codecov by Sentry. |
lalitb
approved these changes
Feb 5, 2025
dongsupark
added a commit
to dongsupark/azure-init
that referenced
this pull request
Feb 17, 2025
Now that opentelemetry_sdk 0.28 renamed TracerProvider to SdkTraceProvider, we need to update use cases in logging. See also open-telemetry/opentelemetry-rust#2614.
dongsupark
added a commit
to Azure/azure-init
that referenced
this pull request
Feb 26, 2025
…uild issues (#165) * Update opentelemetry requirement from 0.27 to 0.28 Updates the requirements on [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.27.0...opentelemetry-0.28.0) --- updated-dependencies: - dependency-name: opentelemetry dependency-type: direct:production ... * Update opentelemetry_sdk requirement from 0.27 to 0.28 Updates the requirements on [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version. - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.27.0...opentelemetry_sdk-0.28.0) --- updated-dependencies: - dependency-name: opentelemetry_sdk dependency-type: direct:production ... * Update tracing-opentelemetry requirement from 0.28 to 0.29 Updates the requirements on [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases) - [Commits](tokio-rs/tracing-opentelemetry@v0.28.0...v0.29.0) * Rename TracerProvider to SdkTracerProvider for opentelemetry_sdk 0.28 Now that opentelemetry_sdk 0.28 renamed TracerProvider to SdkTraceProvider, we need to update use cases in logging. See also open-telemetry/opentelemetry-rust#2614. --------- Signed-off-by: dependabot[bot] <[email protected]>
bantonsson
pushed a commit
to bantonsson/opentelemetry-rust
that referenced
this pull request
Oct 9, 2025
Co-authored-by: Lalit Kumar Bhasin <[email protected]>
bantonsson
pushed a commit
to bantonsson/opentelemetry-rust
that referenced
this pull request
Oct 9, 2025
Co-authored-by: Lalit Kumar Bhasin <[email protected]>
bantonsson
pushed a commit
to bantonsson/opentelemetry-rust
that referenced
this pull request
Oct 9, 2025
Co-authored-by: Lalit Kumar Bhasin <[email protected]>
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.
Part of #2610