Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for update_node_health_duration_seconds (0.21 sec)

  1. pkg/controller/nodelifecycle/metrics.go

    	zoneHealthStatisticKey  = "zone_health"
    	zoneSizeKey             = "zone_size"
    	zoneNoUnhealthyNodesKey = "unhealthy_nodes_in_zone"
    	evictionsTotalKey       = "evictions_total"
    
    	updateNodeHealthKey     = "update_node_health_duration_seconds"
    	updateAllNodesHealthKey = "update_all_nodes_health_duration_seconds"
    )
    
    var (
    	zoneHealth = metrics.NewGaugeVec(
    		&metrics.GaugeOpts{
    			Subsystem:      nodeControllerSubsystem,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 21:55:34 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top