Skip to content

Commit b84118f

Browse files
albersgsmet
authored andcommitted
Fix markup error in telemetry-micrometer guide
Signed-off-by: Harald Albers <[email protected]> (cherry picked from commit 436ac7b)
1 parent 444d8b0 commit b84118f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/main/asciidoc/telemetry-micrometer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ class, method, and exception (either "none" or the simple class name of a detect
606606
Parameters to `@Counted` and `@Timed` can be annotated with `@MeterTag` to dynamically assign meaningful tag values.
607607

608608
`MeterTag.resolver` can be used to extract a tag from a method parameter, by creating a bean
609-
implementing `io.micrometer.common.annotation.ValueResolver` and referring to this class: `@MeterTag(resolver=CustomResolver.class)
609+
implementing `io.micrometer.common.annotation.ValueResolver` and referring to this class: `@MeterTag(resolver=CustomResolver.class)`
610610

611611
`MeterTag.expression` is also supported, but you have to implement the evaluation of the expression
612612
by creating a bean implementing `io.micrometer.common.annotation.ValueExpressionResolver` that can evaluate expressions.

0 commit comments

Comments
 (0)