- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getSiteMetrics (0.07 seconds)
-
cmd/site-replication.go
for _, sri := range sris { info.PeerStates[sri.DeploymentID] = sri.State } } if opts.Metrics { m, err := globalSiteReplicationSys.getSiteMetrics(ctx) if err != nil { return info, err } info.Metrics = m } // maximum buckets users etc seen across sites info.MaxBuckets = len(bucketStats)Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 184.8K bytes - Click Count (1) -
cmd/metrics-v2.go
ml := []MetricV2{} // metrics pertinent to site replication - overall roll up. if globalSiteReplicationSys.isEnabled() { m, err := globalSiteReplicationSys.getSiteMetrics(GlobalContext) if err != nil { metricsLogIf(GlobalContext, err) return ml } ml = append(ml, MetricV2{ Description: getRepReceivedBytesMD(clusterMetricNamespace),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)