Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reconcile_request_total (0.1 sec)

  1. operator/pkg/metrics/monitoring.go

    )
    
    var (
    	// Version is the version of the operator binary running currently.
    	Version = monitoring.NewGauge(
    		"version",
    		"Version of operator binary",
    	)
    
    	ReconcileRequestTotal = monitoring.NewSum(
    		"reconcile_request_total",
    		"Number of times requesting Reconcile",
    	)
    
    	// GetCRErrorTotal counts the number of times fetching
    	// CR fails from API server.
    	GetCRErrorTotal = monitoring.NewSum(
    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