Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsBucketMetricsGroup (0.25 sec)

  1. cmd/metrics-v3-types.go

    	}
    	for i := 0; i < len(labels); i += 2 {
    		mg.ExtraLabels[labels[i]] = labels[i+1]
    	}
    }
    
    // IsBucketMetricsGroup - returns true if the given MetricsGroup is a bucket
    // metrics group.
    func (mg *MetricsGroup) IsBucketMetricsGroup() bool {
    	return mg.bucketLoader != nil
    }
    
    // Describe - implements prometheus.Collector interface.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Feb 28 19:33:08 UTC 2025
    - 15.6K bytes
    - Viewed (0)
Back to top