Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for metric_type (0.12 sec)

  1. cmd/metrics-v2.go

    				}
    			} else {
    				out <- pmetric
    			}
    		}
    		return
    	}
    	metricType := prometheus.GaugeValue
    	if metric.Description.Type == counterMetric {
    		metricType = prometheus.CounterValue
    	}
    	pmetric, err := prometheus.NewConstMetric(
    		prometheus.NewDesc(
    			prometheus.BuildFQName(string(metric.Description.Namespace),
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
Back to top