Skip to content

Commit

Permalink
quarkus micrometer guide url changed (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-brophy committed Jul 6, 2023
1 parent be258c8 commit 0d69f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Replace the `io.micrometer:micrometer-registry-prometheus` dependency with the Quarkus dependency `io.quarkus:quarkus-micrometer-registry-prometheus`
Further information in the link below.
</message>
<link title="Quarkus - Guide" href="https://quarkus.io/guides/micrometer" />
<link title="Quarkus - Guide" href="https://quarkus.io/guides/telemetry-micrometer" />
</hint>
</iteration>
</perform>
Expand All @@ -43,7 +43,7 @@
Replace the `io.micrometer:micrometer-registry-prometheus` dependency with the Quarkus dependency `io.quarkus:quarkus-micrometer-registry-prometheus`
Further information in the link below.
</message>
<link title="Quarkus - Guide" href="https://quarkus.io/guides/micrometer" />
<link title="Quarkus - Guide" href="https://quarkus.io/guides/telemetry-micrometer" />
</hint>
</perform>
</rule>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<message>
Replace `management.endpoints.web.exposure.include=prometheus` with `quarkus.micrometer.export.prometheus.path=/actuator/prometheus`
</message>
<link title="Quarkus Guide - Micrometer Metrics" href="https://quarkus.io/guides/micrometer" />
<link title="Quarkus Guide - Micrometer Metrics" href="https://quarkus.io/guides/telemetry-micrometer" />
</hint>
</perform>
<where param="profile">
Expand Down

0 comments on commit 0d69f4d

Please sign in to comment.