- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for RmvTagTotal (0.07 sec)
-
cmd/bucket-replication-metrics.go
} else { atomic.AddUint64(&v.GetTagFailedTotal, 1) atomic.AddUint64(&p.srProxyStats.GetTagFailedTotal, 1) } case removeObjectTaggingAPI: if !isErr { atomic.AddUint64(&v.RmvTagTotal, 1) atomic.AddUint64(&p.srProxyStats.RmvTagTotal, 1) } else { atomic.AddUint64(&v.RmvTagFailedTotal, 1) atomic.AddUint64(&p.srProxyStats.RmvTagFailedTotal, 1) } case headObjectAPI: if !isErr {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 14.2K bytes - Viewed (0) -
cmd/metrics-v3-bucket-replication.go
m.Set(bucketReplLastMinFailedCount, float64(stat.Failed.LastMinute.Count), labels...) m.Set(bucketReplProxiedDeleteTaggingRequestsTotal, float64(s.ProxyStats.RmvTagTotal), labels...) m.Set(bucketReplProxiedGetRequestsFailures, float64(s.ProxyStats.GetFailedTotal), labels...) m.Set(bucketReplProxiedGetRequestsTotal, float64(s.ProxyStats.GetTotal), labels...)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 8.1K bytes - Viewed (0) -
cmd/metrics-v2.go
Value: float64(m.Proxied.GetTagTotal), }) ml = append(ml, MetricV2{ Description: getClusterReplProxiedRmvTaggingOperationsMD(clusterMetricNamespace), Value: float64(m.Proxied.RmvTagTotal), }) ml = append(ml, MetricV2{ Description: getClusterReplProxiedGetFailedOperationsMD(clusterMetricNamespace), Value: float64(m.Proxied.GetFailedTotal), })
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Aug 15 12:04:40 UTC 2024 - 131.9K bytes - Viewed (0)