- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for nodesMap (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/metrics-v2.go
} mg.RegisterRead(func(_ context.Context) (metrics []MetricV2) { metrics = make([]MetricV2, 0, 16) nodesUp, nodesDown := globalNotificationSys.GetPeerOnlineCount() metrics = append(metrics, MetricV2{ Description: getNodeOnlineTotalMD(), Value: float64(nodesUp), }) metrics = append(metrics, MetricV2{ Description: getNodeOfflineTotalMD(), Value: float64(nodesDown),
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (0)