Improve warning text (#10844)
This commit is contained in:
parent
17b6cad16f
commit
c1dd65ffc9
|
@ -44,7 +44,8 @@ public class OperationMetricsUtil {
|
||||||
logger.log(
|
logger.log(
|
||||||
Level.WARNING,
|
Level.WARNING,
|
||||||
"Disabling {0} metrics because {1} does not implement {2}. This prevents using "
|
"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[] {
|
new Object[] {
|
||||||
description,
|
description,
|
||||||
histogramBuilder.getClass().getName(),
|
histogramBuilder.getClass().getName(),
|
||||||
|
|
Loading…
Reference in New Issue