You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -167,7 +167,7 @@ You can also change the interval at which metrics are sent to Datadog:
167
167
168
168
[[actuator.metrics.export.dynatrace]]
169
169
==== Dynatrace
170
-
Dynatrace offers two metrics ingest APIs, both of which are implemented for {micrometer-registry-docs}/dynatrace[Micrometer].
170
+
Dynatrace offers two metrics ingest APIs, both of which are implemented for {micrometer-implementation-docs}/dynatrace[Micrometer].
171
171
You can find the Dynatrace documentation on Micrometer metrics ingest {dynatrace-docs}/micrometer-metrics-ingest[here].
172
172
Configuration properties in the `v1` namespace apply only when exporting to the {dynatrace-docs}/api-metrics[Timeseries v1 API].
173
173
Configuration properties in the `v2` namespace apply only when exporting to the {dynatrace-docs}/api-metrics-v2-post-datapoints[Metrics v2 API].
@@ -256,7 +256,7 @@ In this scenario, the automatically configured endpoint is used:
256
256
===== v1 API (Legacy)
257
257
The Dynatrace v1 API metrics registry pushes metrics to the configured URI periodically by using the {dynatrace-docs}/api-metrics[Timeseries v1 API].
258
258
For backwards-compatibility with existing setups, when `device-id` is set (required for v1, but not used in v2), metrics are exported to the Timeseries v1 endpoint.
259
-
To export metrics to {micrometer-registry-docs}/dynatrace[Dynatrace], your API token, device ID, and URI must be provided:
259
+
To export metrics to {micrometer-implementation-docs}/dynatrace[Dynatrace], your API token, device ID, and URI must be provided:
@@ -289,13 +289,13 @@ The following example sets the export interval to 30 seconds:
289
289
step: "30s"
290
290
----
291
291
292
-
You can find more information on how to set up the Dynatrace exporter for Micrometer in the {micrometer-registry-docs}/dynatrace[Micrometer documentation] and the {dynatrace-docs}/micrometer-metrics-ingest[Dynatrace documentation].
292
+
You can find more information on how to set up the Dynatrace exporter for Micrometer in the {micrometer-implementation-docs}/dynatrace[Micrometer documentation] and the {dynatrace-docs}/micrometer-metrics-ingest[Dynatrace documentation].
293
293
294
294
295
295
296
296
[[actuator.metrics.export.elastic]]
297
297
==== Elastic
298
-
By default, metrics are exported to {micrometer-registry-docs}/elastic[Elastic] running on your local machine.
298
+
By default, metrics are exported to {micrometer-implementation-docs}/elastic[Elastic] running on your local machine.
299
299
You can provide the location of the Elastic server to use by using the following property:
@@ -339,7 +339,7 @@ You can provide the https://graphiteapp.org[Graphite server] host and port, as t
339
339
port: 9004
340
340
----
341
341
342
-
Micrometer provides a default `HierarchicalNameMapper` that governs how a dimensional meter ID is {micrometer-registry-docs}/graphite#_hierarchical_name_mapping[mapped to flat hierarchical names].
342
+
Micrometer provides a default `HierarchicalNameMapper` that governs how a dimensional meter ID is {micrometer-implementation-docs}/graphite#_hierarchical_name_mapping[mapped to flat hierarchical names].
@@ -382,7 +382,7 @@ You should also configure one or more tags to identify the data source to which
382
382
383
383
[[actuator.metrics.export.influx]]
384
384
==== Influx
385
-
By default, metrics are exported to an {micrometer-registry-docs}/influx[Influx] v1 instance running on your local machine with the default configuration.
385
+
By default, metrics are exported to an {micrometer-implementation-docs}/influx[Influx] v1 instance running on your local machine with the default configuration.
386
386
To export metrics to InfluxDB v2, configure the `org`, `bucket`, and authentication `token` for writing metrics.
387
387
You can provide the location of the https://www.influxdata.com[Influx server] to use by using:
388
388
@@ -399,7 +399,7 @@ You can provide the location of the https://www.influxdata.com[Influx server] to
399
399
400
400
[[actuator.metrics.export.jmx]]
401
401
==== JMX
402
-
Micrometer provides a hierarchical mapping to {micrometer-registry-docs}/jmx[JMX], primarily as a cheap and portable way to view metrics locally.
402
+
Micrometer provides a hierarchical mapping to {micrometer-implementation-docs}/jmx[JMX], primarily as a cheap and portable way to view metrics locally.
403
403
By default, metrics are exported to the `metrics` JMX domain.
404
404
You can provide the domain to use by using:
405
405
@@ -412,7 +412,7 @@ You can provide the domain to use by using:
412
412
domain: "com.example.app.metrics"
413
413
----
414
414
415
-
Micrometer provides a default `HierarchicalNameMapper` that governs how a dimensional meter ID is {micrometer-registry-docs}/jmx#_hierarchical_name_mapping[mapped to flat hierarchical names].
415
+
Micrometer provides a default `HierarchicalNameMapper` that governs how a dimensional meter ID is {micrometer-implementation-docs}/jmx#_hierarchical_name_mapping[mapped to flat hierarchical names].
0 commit comments