chore(prometheus): restore crate to workspace#3500
Merged
cijothomas merged 1 commit intoMay 7, 2026
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3500 +/- ##
=======================================
- Coverage 84.1% 82.8% -1.3%
=======================================
Files 126 130 +4
Lines 26720 27276 +556
=======================================
+ Hits 22490 22609 +119
- Misses 4230 4667 +437 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
958a3fb to
d42d9c5
Compare
d42d9c5 to
74a081b
Compare
TommyCpp
approved these changes
May 7, 2026
lalitb
approved these changes
May 7, 2026
Merged
via the queue into
open-telemetry:main
with commit May 7, 2026
81d5a06
28 of 29 checks passed
4 tasks
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.
Changes
Un-deprecates
opentelemetry-prometheusby removing stale unsupported/discontinued notices and restoring the crate to the workspace. Sets the crate MSRV to 1.81.0 to match theprometheusdependency requirement.Fixes #3288
Validation
cargo metadata --no-deps --format-version 1cargo +1.81.0 check -p opentelemetry-prometheus --all-targets --all-featurescargo +nightly shear --expandcargo clippy -p opentelemetry-prometheus --all-targets --all-features -- -Dwarningscargo test -p opentelemetry-prometheus --all-features --lib