- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getProxyStats (0.04 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 Sep 07 19:28:11 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 Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 45.9K bytes - Viewed (0)