- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getProxyFailed (0.05 seconds)
-
cmd/bucket-replication-metrics.go
GetTagFailedTotal uint64 `json:"getTaggingProxyFailed" msg:"gtf"` RmvTagFailedTotal uint64 `json:"removeTaggingProxyFailed" msg:"rtf"` GetFailedTotal uint64 `json:"getProxyFailed" msg:"gf"` HeadFailedTotal uint64 `json:"headProxyFailed" msg:"hf"` } func (p *ProxyMetric) add(p2 ProxyMetric) { atomic.AddUint64(&p.GetTotal, p2.GetTotal) atomic.AddUint64(&p.HeadTotal, p2.HeadTotal)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Aug 15 12:04:40 GMT 2024 - 14.2K bytes - Click Count (0)