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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -437,6 +437,12 @@ var allDesc = []Description{
437
437
Description: "The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously.",
438
438
Kind: KindUint64,
439
439
},
440
+
{
441
+
Name: "/sched/goroutines-created:goroutines",
442
+
Description: "Count of goroutines created since program start.",
443
+
Cumulative: true,
444
+
Kind: KindUint64,
445
+
},
440
446
{
441
447
Name: "/sched/goroutines/not-in-go:goroutines",
442
448
Description: "Approximate count of goroutines running or blocked in a system call or cgo call. Not guaranteed to add up to /sched/goroutines:goroutines with other goroutine metrics.",
0 commit comments