-
Notifications
You must be signed in to change notification settings - Fork 583
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
Use new Prometheus RSocket client #6090
Use new Prometheus RSocket client #6090
Conversation
@@ -32,7 +32,7 @@ | |||
<commons-compress.version>1.26.2</commons-compress.version> | |||
<!-- Specific version overrides to deal w/ CVEs --> | |||
<nimbus-jose-jwt.version>9.39.3</nimbus-jose-jwt.version> | |||
<prometheus-rsocket.version>2.0.0-M2</prometheus-rsocket.version> | |||
<prometheus-rsocket.version>2.0.0-SNAPSHOT</prometheus-rsocket.version> |
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.
Note
As stated in the description... this will move to 2.0.0-M4
next then finally to 2.0.0
.
@@ -112,5 +112,5 @@ scdf: | |||
enabled: false | |||
image: | |||
repository: micrometermetrics/prometheus-rsocket-proxy | |||
tag: 2.0.0-M2 |
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.
It would be nice to find a way to templatize this variable so that we set it in one place (even in a few places would be better than in every yml file in the installers).
Replaces the `micrometer.io:micrometer-registry-prometheus-simpleclient` with `micrometer.io:micrometer-registry-prometheus`. Also updates the Prometheus RSocket version from `2.0.0-M3` to `2.0.0-M4`. See spring-cloud#6068 See spring-cloud#6069
3e46431
to
74a2ce5
Compare
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
One little nit: In the description it says we are migrating M3 to M4, but in the files changed we went from M2 to M4. Probably want to reflect that in the description.
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.
💯
Replaces the
micrometer.io:micrometer-registry-prometheus-simpleclient
withmicrometer.io:micrometer-registry-prometheus
.Also updates the Prometheus RSocket version from
2.0.0-M3
to2.0.0-M4
.See #6068
See #6069