Runtime Metrics
The metrics for runtimes that support metrics.
The following are the tags for all logger metrics:
runtime_id
Show the runtime ID / label.
There maybe many instances for the same runtime type, this field is used to distinguish between them.
Tokio Runtime Metrics
The metrics from tokio runtime.
runtime.tokio.alive_tasks
type: gauge
Show the current number of alive tasks in the runtime.
runtime.tokio.global_queue_depth
type: gauge
Show the number of tasks currently scheduled in the runtime’s global queue.