Documentation ¶
Index ¶
- func AddDurrationOfReconciliation(kind string, duration time.Duration)
- func CustomResourceAdded(kind string)
- func CustomResourceAddedButSkipped(kind string)
- func CustomResourceDeleted(kind string)
- func CustomResourceRemovedFromQueue(kind string)
- func CustomResourceUpdated(kind string)
- func CustomResourceUpdatedAndRequeued(kind string)
- func CustomResourceUpdatedButSkipped(kind string)
- func DefaultBuckets() []float64
- func InitiateRadixJobStatusChanged(rj *v1.RadixJob)
- func OperatorError(kind, method, errorType string)
- func RadixJobStatusChanged(rj *v1.RadixJob)
- func RequestedResources(rr *v1.RadixRegistration, rd *v1.RadixDeployment)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDurrationOfReconciliation ¶
AddDurrationOfReconciliation Add duration it takes to reconcile
func CustomResourceAdded ¶
func CustomResourceAdded(kind string)
CustomResourceAdded Increments metric to count the number of cr added
func CustomResourceAddedButSkipped ¶
func CustomResourceAddedButSkipped(kind string)
CustomResourceAddedButSkipped Increments metric to count the number of cr added and ignored
func CustomResourceDeleted ¶
func CustomResourceDeleted(kind string)
CustomResourceDeleted Increments metric to count the number of cr deleted
func CustomResourceRemovedFromQueue ¶
func CustomResourceRemovedFromQueue(kind string)
CustomResourceRemovedFromQueue Decrements metric to count the number of cr in queue
func CustomResourceUpdated ¶
func CustomResourceUpdated(kind string)
CustomResourceUpdated Increments metric to count the number of cr updated
func CustomResourceUpdatedAndRequeued ¶
func CustomResourceUpdatedAndRequeued(kind string)
CustomResourceUpdatedAndRequeued Increments metric to count the number of cr updated due to update to child
func CustomResourceUpdatedButSkipped ¶
func CustomResourceUpdatedButSkipped(kind string)
CustomResourceUpdatedButSkipped Increments metric to count the number of cr updated and ignored
func DefaultBuckets ¶
func DefaultBuckets() []float64
DefaultBuckets Holds the buckets used as default
func InitiateRadixJobStatusChanged ¶
InitiateRadixJobStatusChanged initiate metric with value 0 to count the number of radix jobs processed.
func RadixJobStatusChanged ¶
RadixJobStatusChanged increments metric to count the number of radix jobs processed
func RequestedResources ¶ added in v1.5.14
func RequestedResources(rr *v1.RadixRegistration, rd *v1.RadixDeployment)
RequestedResources adds metrics for requested resources
Types ¶
This section is empty.