- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getProxyStats (0.05 sec)
-
cmd/bucket-replication-stats.go
func (r *ReplicationStats) incProxy(bucket string, api replProxyAPI, isErr bool) { if r != nil { r.pCache.inc(bucket, api, isErr) } } func (r *ReplicationStats) getProxyStats(bucket string) ProxyMetric { if r == nil { return ProxyMetric{} } return r.pCache.getBucketStats(bucket)
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Feb 18 16:25:55 UTC 2025 - 13.6K bytes - Viewed (0) -
cmd/notification.go
Timestamp: UTCNow(), } for k, replicationStats := range replicationStatsList { bucketStatsMap.Stats[k] = BucketStats{ ReplicationStats: replicationStats, ProxyStats: globalReplicationStats.Load().getProxyStats(k), } } replicationStats = append(replicationStats, bucketStatsMap) return replicationStats }
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 46K bytes - Viewed (0)