We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e21308 commit 8a382a5Copy full SHA for 8a382a5
metrics/api/src/main/java/io/helidon/metrics/api/MetricsConfigBlueprint.java
@@ -279,7 +279,7 @@ static List<Tag> createTags(String pairs) {
279
Optional<TimeUnit> jsonUnitsDefault();
280
281
/**
282
- * Whether to warn multiple registries without logging warnings.
+ * Whether to log warnings when multiple registries are created.
283
* <p>
284
* By far most applications use a single meter registry, but certain app or library programming errors can cause Helidon to
285
* create more than one. By default, Helidon logs warning messages for each additional meter registry created. This
0 commit comments