Skip to content

Commit 13f1d00

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-22706
2 parents 8dedeb4 + 4082cdd commit 13f1d00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

14881488
[source,properties,indent=0,configprops]
14891489
----
@@ -1732,7 +1732,7 @@ For advanced configuration, you can also provide your own `PrometheusPushGateway
17321732

17331733
[[production-ready-metrics-export-signalfx]]
17341734
==== SignalFx
1735-
SignalFx registry pushes metrics to {micrometer-registry-docs}/signalfx[SignalFx] periodically.
1735+
SignalFx registry pushes metrics to {micrometer-registry-docs}/signalFx[SignalFx] periodically.
17361736
To export metrics to https://www.signalfx.com[SignalFx], your access token must be provided:
17371737

17381738
[source,properties,indent=0,configprops]
@@ -1786,7 +1786,7 @@ You can also change the interval at which metrics are sent to Stackdriver:
17861786
[[production-ready-metrics-export-statsd]]
17871787
==== StatsD
17881788
The StatsD registry pushes metrics over UDP to a StatsD agent eagerly.
1789-
By default, metrics are exported to a {micrometer-registry-docs}/statsd[StatsD] agent running on your local machine.
1789+
By default, metrics are exported to a {micrometer-registry-docs}/statsD[StatsD] agent running on your local machine.
17901790
The StatsD agent host and port to use can be provided using:
17911791

17921792
[source,properties,indent=0,configprops]

0 commit comments

Comments
 (0)