Skip to content

Commit 75a6a18

Browse files
authored
docs: move live_tasks_count to stable metrics in README (#109)
1 parent ed96f0f commit 75a6a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`]**

0 commit comments

Comments
 (0)