Skip to content
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

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

onobc
Copy link
Contributor

@onobc onobc commented Dec 13, 2024

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 #6068
See #6069

@onobc onobc added the area/dependencies Belongs project dependencies label Dec 13, 2024
@onobc onobc added this to the 3.0.x milestone Dec 13, 2024
@onobc onobc requested review from corneil and cppwfs December 13, 2024 20:39
@@ -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>
Copy link
Contributor Author

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
Copy link
Contributor Author

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
@onobc onobc force-pushed the use-prometheus-rsocket-new-client2 branch from 3e46431 to 74a2ce5 Compare December 13, 2024 22:55
Copy link
Contributor

@cppwfs cppwfs left a 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.

Copy link
Contributor

@corneil corneil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@onobc onobc merged commit 0931f1e into spring-cloud:main Dec 19, 2024
3 checks passed
@onobc onobc deleted the use-prometheus-rsocket-new-client2 branch December 19, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Belongs project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants