You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/java/org/elasticsearch/common/util/concurrent/TaskExecutionTimeTrackingEsThreadPoolExecutor.java
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ public TaskTrackingConfig trackingConfig() {
153
153
/**
154
154
* Returns thread-pool utilization from last completed time interval(frame) {@link TaskTrackingConfig#utilizationInterval()}.
155
155
* Utilization is measured as {@code all-threads-total-execution-time / (total-thread-count * interval)}.
156
-
* This metric is updated once on per interval, and returns last completed measurement. For example:
156
+
* This metric is updated once per interval, and returns last completed measurement. For example:
157
157
* if interval is 30 seconds, at clock time 00:30-01:00 it will return utilization from 00:00-00:30.
158
158
* Thou there is no synchronization with clocks and system time.
0 commit comments