You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/runtime/metrics/description.go
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -498,6 +498,11 @@ var allDesc = []Description{
498
498
Kind: KindFloat64Histogram,
499
499
Cumulative: true,
500
500
},
501
+
{
502
+
Name: "/sched/threads/total:threads",
503
+
Description: "The current count of live threads that are owned by the Go runtime.",
504
+
Kind: KindUint64,
505
+
},
501
506
{
502
507
Name: "/sync/mutex/wait/total:seconds",
503
508
Description: "Approximate cumulative time goroutines have spent blocked on a sync.Mutex, sync.RWMutex, or runtime-internal lock. This metric is useful for identifying global changes in lock contention. Collect a mutex or block profile using the runtime/pprof package for more detailed contention data.",
0 commit comments