Improve warning text (#10844)

This commit is contained in:
Lauri Tulmin 2024-03-14 17:25:10 +02:00 committed by GitHub
parent 17b6cad16f
commit c1dd65ffc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ public class OperationMetricsUtil {
logger.log(
Level.WARNING,
"Disabling {0} metrics because {1} does not implement {2}. This prevents using "
+ "metrics advice, which could result in {0} having high cardinality attributes.",
+ "metrics advice, which could result in {0} metrics having high cardinality "
+ "attributes.",
new Object[] {
description,
histogramBuilder.getClass().getName(),