Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_empty_gauge (0.18 sec)

  1. pkg/monitoring/monitoring_test.go

    }
    
    // Create distinct metrics for this test, otherwise we are order-dependant since they are globals
    var (
    	testEmptyGauge = monitoring.NewGauge(
    		"test_empty_gauge",
    		"Testing empty gauge functionality",
    	)
    	testEmptySum = monitoring.NewSum(
    		"test_empty_sum",
    		"Testing empty sum",
    	)
    	testEmptyDistribution = monitoring.NewDistribution(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 13 16:04:48 UTC 2023
    - 8.4K bytes
    - Viewed (0)
Back to top