Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ListMetricDescriptors (0.3 sec)

  1. pkg/kubelet/metrics/collectors/cri_metrics.go

    	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1"
    	"k8s.io/klog/v2"
    )
    
    type criMetricsCollector struct {
    	metrics.BaseStableCollector
    	// The descriptors structure will be populated by one call to ListMetricDescriptors from the runtime.
    	// They will be saved in this map, where the key is the Name and the value is the Desc.
    	descriptors             map[string]*metrics.Desc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 23 13:24:29 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top