Skip to content

Commit bc020d9

Browse files
committed
Merge pull request #22704 from izeye
* pr/22704: Fix broken links to Micrometer registry docs Closes gh-22704
2 parents ac73277 + bd2874d commit bc020d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ Spring Boot also <<production-ready-metrics-meter,configures built-in instrument
12961296
[[production-ready-metrics-export-appoptics]]
12971297
==== AppOptics
12981298
By default, the AppOptics registry pushes metrics to `https://api.appoptics.com/v1/measurements` periodically.
1299-
To export metrics to SaaS {micrometer-registry-docs}/appoptics[AppOptics], your API token must be provided:
1299+
To export metrics to SaaS {micrometer-registry-docs}/appOptics[AppOptics], your API token must be provided:
13001300

13011301
[source,properties,indent=0]
13021302
----
@@ -1536,7 +1536,7 @@ For advanced configuration, you can also provide your own `PrometheusPushGateway
15361536

15371537
[[production-ready-metrics-export-signalfx]]
15381538
==== SignalFx
1539-
SignalFx registry pushes metrics to {micrometer-registry-docs}/signalfx[SignalFx] periodically.
1539+
SignalFx registry pushes metrics to {micrometer-registry-docs}/signalFx[SignalFx] periodically.
15401540
To export metrics to https://signalfx.com[SignalFx], your access token must be provided:
15411541

15421542
[source,properties,indent=0]
@@ -1571,7 +1571,7 @@ You can also disable it explicitly:
15711571
[[production-ready-metrics-export-statsd]]
15721572
==== StatsD
15731573
The StatsD registry pushes metrics over UDP to a StatsD agent eagerly.
1574-
By default, metrics are exported to a {micrometer-registry-docs}/statsd[StatsD] agent running on your local machine.
1574+
By default, metrics are exported to a {micrometer-registry-docs}/statsD[StatsD] agent running on your local machine.
15751575
The StatsD agent host and port to use can be provided using:
15761576

15771577
[source,properties,indent=0]

0 commit comments

Comments
 (0)