Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resource_creation_total (0.26 sec)

  1. operator/pkg/metrics/monitoring.go

    		"owned_resource_total",
    		"Number of resources currently owned by the operator",
    	)
    
    	// ResourceCreationTotal indicates the number of resources
    	// created by the operator for a CR and revision.
    	ResourceCreationTotal = monitoring.NewSum(
    		"resource_creation_total",
    		"Number of resources created by the operator",
    	)
    
    	// ResourceUpdateTotal indicates the number of resources updated by
    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