Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for aggregationCount (0.16 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/metrics_test.go

    )
    
    func formatExpectedMetrics(aggregationCount int) io.Reader {
    	expected := ``
    	if aggregationCount > 0 {
    		expected = expected + `# HELP aggregator_discovery_aggregation_count_total [ALPHA] Counter of number of times discovery was aggregated
    # TYPE aggregator_discovery_aggregation_count_total counter
    aggregator_discovery_aggregation_count_total %d
    `
    	}
    	args := []any{}
    	if aggregationCount > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 09 17:24:02 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top