Skip to content

Commit

Permalink
telemetry-micrometer.adoc Missing - in listing block
Browse files Browse the repository at this point in the history
  • Loading branch information
computerlove committed Nov 13, 2023
1 parent 9516ea2 commit 1374356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/telemetry-micrometer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public Something calculateSomething(@MeterTag(resolver=EnumOrdinalResolver.class
// tags = type=with_enum, currency=${currency.ordinal()}
@Timed(value="time_something", extraTags = {"type", "with_enum"})
public Something calculateSomething(@MeterTag(expression="currency.ordinal()") Currency currency) { ... }
---
----


`MeterTag.expression` is currently not supported.
Expand Down

0 comments on commit 1374356

Please sign in to comment.