Skip to content

Commit

Permalink
Merge branch '2.2.x' into 2.3.x
Browse files Browse the repository at this point in the history
Closes gh-22706
  • Loading branch information
snicoll committed Aug 3, 2020
2 parents 8dedeb4 + 4082cdd commit 13f1d00
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -1483,7 +1483,7 @@ Spring Boot also <<production-ready-metrics-meter,configures built-in instrument
[[production-ready-metrics-export-appoptics]]
==== AppOptics
By default, the AppOptics registry pushes metrics to `https://api.appoptics.com/v1/measurements` periodically.
To export metrics to SaaS {micrometer-registry-docs}/appoptics[AppOptics], your API token must be provided:
To export metrics to SaaS {micrometer-registry-docs}/appOptics[AppOptics], your API token must be provided:

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

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

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

[source,properties,indent=0,configprops]
Expand Down

0 comments on commit 13f1d00

Please sign in to comment.