Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pilot_k8s_endpoints_pending_pod (0.49 sec)

  1. pilot/pkg/serviceregistry/kube/controller/controller.go

    	eventTag = monitoring.CreateLabel("event")
    
    	k8sEvents = monitoring.NewSum(
    		"pilot_k8s_reg_events",
    		"Events from k8s registry.",
    	)
    
    	// nolint: gocritic
    	// This is deprecated in favor of `pilot_k8s_endpoints_pending_pod`, which is a gauge indicating the number of
    	// currently missing pods. This helps distinguish transient errors from permanent ones
    	endpointsWithNoPods = monitoring.NewSum(
    		"pilot_k8s_endpoints_with_no_pods",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
Back to top