Skip to content

Commit 96f6e5d

Browse files
authored
Polish 1c891c7 (#5804)
1 parent 521d57d commit 96f6e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/implementations/prometheus.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ registry.counter("test", "first", "1", "second", "none").increment();
216216
registry.counter("test", "first", "none", "second", "2").increment();
217217
----
218218

219-
You can change the default warning behavior by registering a meter registration failed listener:
219+
In addition to the warning, you can register a meter registration failed listener to handle the failure:
220220
[source,java]
221221
----
222222
registry.config().onMeterRegistrationFailed((id, reason) -> {

0 commit comments

Comments
 (0)