Skip to content

Commit

Permalink
Use quarkus-micrometer-registry-prometheus instead of the plain io.mi…
Browse files Browse the repository at this point in the history
…crometer dependency
  • Loading branch information
jamesnetherton committed Sep 4, 2024
1 parent d4b4ca3 commit f1760c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/reference/extensions/micrometer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Your application should declare the following dependency or one of the dependen
[source,xml]
----
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions extensions/micrometer/runtime/src/main/doc/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Your application should declare the following dependency or one of the dependen
[source,xml]
----
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<artifactId>camel-quarkus-management</artifactId>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit f1760c5

Please sign in to comment.