Skip to content

Commit e2c07f6

Browse files
authored
fix typo
1 parent 9c8d3fb commit e2c07f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-06-18-micrometer-prometheus-v1.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: brunobat
1111

1212
Micrometer has moved to using the Prometheus Client v1.x.
1313

14-
This change has happened on Micrometer v1.13 but since then, in quarkus we have been using the legacy `io.prometheus:simpleclient`
14+
This change has happened on Micrometer v1.13 but since then, in Quarkus we have been using the legacy `io.prometheus:simpleclient`
1515
to not interfere with the release of the previous LTS and to provide a clear migration path to all Quarkus applications.
1616

1717
The time to upgrade comes with the upcoming Quarkus 3.25.0, and you might not need to take action, but if your application is affected there will be two choices:
@@ -70,4 +70,4 @@ from this repository: https://github.com/quarkiverse/quarkus-micrometer-registry
7070

7171
The Micrometer extension is the recommended way to generate metrics in Quarkus, and this is a rare moment where breaking changes were introduced. Now is the moment to evaluate if your application requires Micrometer-related changes, in light of Quarkus 3.25.0.
7272

73-
For more details on Observability in Quarkus please visit https://quarkus.io/guides/observability[this guide].
73+
For more details on Observability in Quarkus please visit https://quarkus.io/guides/observability[this guide].

0 commit comments

Comments
 (0)