Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for NewDistribution (0.23 sec)

  1. pkg/collateral/metrics/otel_test.go

    		"mixer/config/handler_configs_total",
    		"The number of known handlers in the current config.",
    	)
    
    	// InstancesTotal is a measure of the number of known instances.
    	InstancesTotal = monitoring.NewDistribution(
    		"mixer/config/instance_configs_total",
    		"The number of known instances in the current config.",
    		[]float64{0, 1, 2},
    	)
    
    	// InstanceErrs is a measure of the number of errors for processing instance config.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top