metric name fix

This commit is contained in:
Jonathan Shook 2023-09-26 00:18:32 -05:00
parent 39f2a55e06
commit 96269785e2

View File

@ -41,7 +41,7 @@ public class ExceptionTimerMetrics {
this.allerrors = ActivityMetrics.timer(
parentLabels,
"errortimers.ALL",
"errortimers_ALL",
activityDef.getParams().getOptionalInteger("hdr_digits").orElse(4)
);
}