Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gaugeValueMatch (0.31 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    			if !ok {
    				t.Errorf("Scraped metrics did not include expected metric %s", metricName)
    			}
    		}
    	}
    }
    
    // gaugeValueMatch ensures that the value of gauge metrics matching the labelFilter is as expected.
    func gaugeValueMatch(name string, labelFilter map[string]string, wantValue int) error {
    	metrics, err := legacyregistry.DefaultGatherer.Gather()
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
Back to top