Skip to content

Commit 04a1220

Browse files
committed
Fix group ID for quarkus-micrometer-registry-prometheus package
1 parent 8b7316a commit 04a1220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/main/asciidoc/observability-devservices-lgtm.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ This is the most common way to output metrics from Micrometer and the default wa
5353
.pom.xml
5454
----
5555
<dependency>
56-
<groupId>io.quarkiverse.micrometer.registry</groupId>
56+
<groupId>io.quarkus</groupId>
5757
<artifactId>quarkus-micrometer-registry-prometheus</artifactId>
5858
</dependency>
5959
----
6060

6161
[source,gradle,role="secondary asciidoc-tabs-target-sync-gradle"]
6262
.build.gradle
6363
----
64-
implementation("io.quarkiverse.micrometer.registry:quarkus-micrometer-registry-prometheus")
64+
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
6565
----
6666

6767
==== Using the Micrometer OTLP registry

0 commit comments

Comments
 (0)