Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  1. cmd/metrics-v2.go

    				Type:      counterMetric,
    			},
    			Value: float64(metric.ReqFail),
    		})
    		return metrics
    	})
    	return mg
    }
    
    func collectMetric(metric MetricV2, labels []string, values []string, metricName string, out chan<- prometheus.Metric) {
    	if metric.Description.Type == histogramMetric {
    		if metric.Histogram == nil {
    			return
    		}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 133.6K bytes
    - Click Count (0)
Back to Top