# HELP tokio_budget_forced_yield_count Returns the number of times that tasks have been forced to yield back to the scheduler after exhausting their task budgets. # TYPE tokio_budget_forced_yield_count counter tokio_budget_forced_yield_count 0 # HELP tokio_elapsed Total amount of time elapsed since observing runtime metrics. # TYPE tokio_elapsed counter tokio_elapsed 334778.76083841204 # HELP tokio_injection_queue_depth The number of tasks currently scheduled in the runtime’s injection queue. # TYPE tokio_injection_queue_depth gauge tokio_injection_queue_depth 0 # HELP tokio_io_driver_ready_count Returns the number of ready events processed by the runtime’s I/O driver. # TYPE tokio_io_driver_ready_count counter tokio_io_driver_ready_count 835618 # HELP tokio_num_remote_schedules The number of tasks scheduled from outside of the runtime. # TYPE tokio_num_remote_schedules counter tokio_num_remote_schedules 74824 # HELP tokio_total_busy_duration The amount of time worker threads were busy. # TYPE tokio_total_busy_duration counter tokio_total_busy_duration 7070.439218317022 # HELP tokio_total_local_queue_depth The total number of tasks currently scheduled in workers’ local queues. # TYPE tokio_total_local_queue_depth gauge tokio_total_local_queue_depth 0 # HELP tokio_total_local_schedule_count The number of tasks scheduled from worker threads. # TYPE tokio_total_local_schedule_count counter tokio_total_local_schedule_count 685164 # HELP tokio_total_noop_count The number of times worker threads unparked but performed no work before parking again. # TYPE tokio_total_noop_count counter tokio_total_noop_count 214354 # HELP tokio_total_overflow_count The number of times worker threads saturated their local queues. # TYPE tokio_total_overflow_count counter tokio_total_overflow_count 0 # HELP tokio_total_park_count The number of times worker threads parked. # TYPE tokio_total_park_count counter tokio_total_park_count 973522 # HELP tokio_total_polls_count The number of tasks that have been polled across all worker threads. # TYPE tokio_total_polls_count counter tokio_total_polls_count 759984 # HELP tokio_total_steal_count The number of tasks worker threads stole from another worker thread. # TYPE tokio_total_steal_count counter tokio_total_steal_count 956 # HELP tokio_total_steal_operations The number of times worker threads stole tasks from another worker thread. # TYPE tokio_total_steal_operations counter tokio_total_steal_operations 845 # HELP tokio_workers_count The number of worker threads used by the runtime. # TYPE tokio_workers_count gauge tokio_workers_count 38