-
Notifications
You must be signed in to change notification settings - Fork 506
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
chore: Add warning on Prometheus crate #2831
chore: Add warning on Prometheus crate #2831
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2831 +/- ##
=====================================
Coverage 80.7% 80.7%
=====================================
Files 124 124
Lines 23490 23490
=====================================
Hits 18961 18961
Misses 4529 4529 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Should we also mark it as deprecated in Cargo.toml as done by async-std - |
@scottgerring It looks like the benchmark action is triggered for this, even though the GitHub label is not added and this is not main! |
Fixes #2451
As discussed in the community call, updating OTLP doc to show prometheus integration, and add warning to prometheus doc about discontinuation.
We can do 0.29 release and end it.