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 0a21b8d commit ca82cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions observability/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
<artifactId>camel-quarkus-opentelemetry</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 ca82cff

Please sign in to comment.