-
Notifications
You must be signed in to change notification settings - Fork 438
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
upgrade prometheus-cpp to v1.1.0 #1954
Conversation
ASSERT_TRUE(false); | ||
break; | ||
case prometheus::MetricType::Untyped: | ||
break; | ||
default: |
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.
v.1.1.0 adds a new metric type as MetricType::Info. Adding default
to handle that (and keep maintainer mode CI happy).
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, thanks for the fix.
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 and thanks.
Fixes # (issue)
Changes
The earlier version v1.0.0 was released on Nov 2021.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes