Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errCounts (0.04 sec)

  1. cmd/site-replication-metrics.go

    	n.LastHour = n.LastHour.merge(o.LastHour)
    	n.ErrCounts = make(map[string]int)
    	maps.Copy(n.ErrCounts, rt.ErrCounts)
    	for k, v := range o.ErrCounts {
    		n.ErrCounts[k] += v
    	}
    	return n
    }
    
    // SRStats has replication stats at site level
    type SRStats struct {
    	// Total Replica size in bytes
    	ReplicaSize int64 `json:"replicaSize"`
    	// Total Replica received
    	ReplicaCount int64                `json:"replicaCount"`
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top