File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,8 @@ tokio::spawn(do_work());
224224 The number of tasks currently scheduled in the runtime's global queue.
225225- ** [ ` elapsed ` ] **
226226 Total amount of time elapsed since observing runtime metrics.
227+ - ** [ ` live_tasks_count ` ] **
228+ The current number of alive tasks in the runtime.
227229
228230#### Unstable Base Metrics
229231- ** [ ` mean_poll_duration ` ] ( https://docs.rs/tokio-metrics/0.4.*/tokio_metrics/struct.RuntimeMetrics.html#structfield.mean_poll_duration ) **
@@ -280,8 +282,6 @@ tokio::spawn(do_work());
280282 The minimum number of tasks currently scheduled any worker's local queue.
281283- ** [ ` blocking_queue_depth ` ] **
282284 The number of tasks currently waiting to be executed in the blocking threadpool.
283- - ** [ ` live_tasks_count ` ] **
284- The current number of alive tasks in the runtime.
285285- ** [ ` blocking_threads_count ` ] **
286286 The number of additional threads spawned by the runtime.
287287- ** [ ` idle_blocking_threads_count ` ] **
You can’t perform that action at this time.
0 commit comments