typo fixes

This commit is contained in:
Jonathan Shook 2023-12-22 13:36:54 -06:00
parent d2f302d02c
commit 20f7d05c9a
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ public class S4JAdapterMetrics {
this.executeTimer = s4jBaseOpDispenser.create().timer(
"s4j_execute",
MetricCategory.Driver,
"S4j execut timer"
"S4j execute timer"
);
}

View File

@ -91,7 +91,7 @@ public class ComponentActivityInstrumentation implements ActivityInstrumentation
"cycles" + ComponentActivityInstrumentation.RESPONSE_TIME,
hdrdigits,
MetricCategory.Core,
"response timer for a cycle, including all of bind, execut, result and result_success;" +
"response timer for a cycle, including all of bind, execute, result and result_success;" +
" response timers include scheduling delays which occur when an activity falls behind its target rate"
);
}