- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for proxyStats (0.15 seconds)
-
cmd/metrics-v2.go
Value: float64(s.ProxyStats.GetTotal), VariableLabels: map[string]string{"bucket": bucket}, }) metrics = append(metrics, MetricV2{ Description: getClusterReplProxiedHeadOperationsMD(bucketMetricNamespace), Value: float64(s.ProxyStats.HeadTotal), VariableLabels: map[string]string{"bucket": bucket}, })
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (0) -
cmd/object-handlers.go
proxytgts := getProxyTargets(ctx, bucket, object, opts) if !proxytgts.Empty() { globalReplicationStats.Load().incProxy(bucket, getObjectAPI, false) // proxy to replication target if active-active replication is in place. reader, proxy, perr = proxyGetToReplicationTarget(ctx, bucket, object, rs, r.Header, opts, proxytgts) if perr != nil {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 120.6K bytes - Click Count (0)