Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for successful_size (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/metrics.go

    			prometheus.GaugeValue,
    			float64(usageInfo.ObjectsCount),
    			bucket,
    		)
    		ch <- prometheus.MustNewConstMetric(
    			prometheus.NewDesc(
    				prometheus.BuildFQName("bucket", "replication", "successful_size"),
    				"Total capacity replicated to destination",
    				[]string{"bucket"}, nil),
    			prometheus.GaugeValue,
    			float64(stat.ReplicationStats.ReplicatedSize),
    			bucket,
    		)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 24 04:06:31 GMT 2025
    - 16.7K bytes
    - Click Count (0)
Back to Top