Hi,
I am reading the description of metric `/sched/latencies:seconds` in runtime/metrics:
```
/sched/latencies:seconds
Distribution of the time goroutines have spent in the scheduler
in a runnable state before actually running.
```
I wonder such records are from all the goroutines' `runnable` state time measurement, or just sampling?