Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  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.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Feb 28 19:33:08 GMT 2025
    - 15.6K bytes
    - Click Count (0)
Back to Top