Skip to content

Commit 8a382a5

Browse files
committed
Fix typo in new config setting description
1 parent 7e21308 commit 8a382a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/api/src/main/java/io/helidon/metrics/api/MetricsConfigBlueprint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ static List<Tag> createTags(String pairs) {
279279
Optional<TimeUnit> jsonUnitsDefault();
280280

281281
/**
282-
* Whether to warn multiple registries without logging warnings.
282+
* Whether to log warnings when multiple registries are created.
283283
* <p>
284284
* By far most applications use a single meter registry, but certain app or library programming errors can cause Helidon to
285285
* create more than one. By default, Helidon logs warning messages for each additional meter registry created. This

0 commit comments

Comments
 (0)