-
Notifications
You must be signed in to change notification settings - Fork 443
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
Fix Prometheus target name #1820
Fix Prometheus target name #1820
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1820 +/- ##
==========================================
+ Coverage 85.71% 85.77% +0.06%
==========================================
Files 171 171
Lines 5240 5240
==========================================
+ Hits 4491 4494 +3
+ Misses 749 746 -3
|
What's the impact of incorrect target name? And wondering should we delay pushing 1.8.0 to package managers? |
For vcpkg, it should be fine to push it with WITH_PROMETHEUS=OFF, and can be enabled in next release. There is no breaking change for vcpkg as we never pushed metrics in that. |
We cannot just set
|
This is old Prometheus sub-package, which is has different target name ( with |
Fixes #1819
Changes
Revert back the target name for Prometheus in otel-cpp cmake config.
This is incorrect in the latest release, probably we have to plan next release bit sooner, let's discuss in community meeting.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes