Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hook_total (0.09 sec)

  1. pkg/monitoring/monitoring_test.go

    	testSum = monitoring.NewSum(
    		"events_total",
    		"Number of events observed, by name and kind",
    	)
    
    	goofySum = testSum.With(kind.Value("goofy"))
    
    	hookSum = monitoring.NewSum(
    		"hook_total",
    		"Number of hook events observed",
    	)
    
    	testDistribution = monitoring.NewDistribution(
    		"test_buckets",
    		"Testing distribution functionality",
    		[]float64{0, 2.5, 7, 8, 10, 99, 154.3},
    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