Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_cr_error_total (0.15 sec)

  1. operator/pkg/metrics/monitoring.go

    		"reconcile_request_total",
    		"Number of times requesting Reconcile",
    	)
    
    	// GetCRErrorTotal counts the number of times fetching
    	// CR fails from API server.
    	GetCRErrorTotal = monitoring.NewSum(
    		"get_cr_error_total",
    		"Number of times fetching CR from apiserver failed",
    	)
    
    	// CRMergeFailureTotal counts number of CR merge failures.
    	CRMergeFailureTotal = monitoring.NewSum(
    		"cr_merge_failure_total",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 7K bytes
    - Viewed (0)
Back to top