- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NumGoroutine (0.6 sec)
-
cmd/metrics-v2.go
} mg.RegisterRead(func(ctx context.Context) (metrics []MetricV2) { metrics = append(metrics, MetricV2{ Description: getMinIOGORoutineCountMD(), Value: float64(runtime.NumGoroutine()), }) return metrics }) return mg } // getHistogramMetrics fetches histogram metrics and returns it in a []Metric // Note: Typically used in MetricGroup.RegisterRead //
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 133.6K bytes - Viewed (0)