Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resource_update_total (0.58 sec)

  1. operator/pkg/metrics/monitoring.go

    		"resource_creation_total",
    		"Number of resources created by the operator",
    	)
    
    	// ResourceUpdateTotal indicates the number of resources updated by
    	// the operator in response to CR updates for a revision.
    	ResourceUpdateTotal = monitoring.NewSum(
    		"resource_update_total",
    		"Number of resources updated by the operator",
    	)
    
    	// ResourceDeletionTotal indicates the number of resources deleted
    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