Skip to content

Commit 9c43ed7

Browse files
committed
Merge pull request #38368 from pirgeo
* pr/38368: Update Dynatrace docs with info about the meter metadata toggle Closes gh-38368
2 parents bcaa3fe + 969e142 commit 9c43ed7

File tree

1 file changed

+3
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ If tags with the same key are specified with Micrometer, they overwrite the defa
230230
In Micrometer 1.9.x, this was fixed by introducing Dynatrace-specific summary instruments.
231231
Setting this toggle to `false` forces Micrometer to fall back to the behavior that was the default before 1.9.x.
232232
It should only be used when encountering problems while migrating from Micrometer 1.8.x to 1.9.x.
233+
* Export meter metadata: Starting from Micrometer 1.12.0, the Dynatrace exporter will also export meter metadata, such as unit and description by default.
234+
Use the `export-meter-metadata` toggle to turn this feature off.
233235

234236
It is possible to not specify a URI and API token, as shown in the following example.
235237
In this scenario, the automatically configured endpoint is used:
@@ -248,6 +250,7 @@ In this scenario, the automatically configured endpoint is used:
248250
key1: "value1"
249251
key2: "value2"
250252
use-dynatrace-summary-instruments: true # (default: true)
253+
export-meter-metadata: true # (default: true)
251254
----
252255

253256

0 commit comments

Comments
 (0)