Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TODO: We could add the reason of the error as a label as well ReconciliationConsecutiveErrorsTotal = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "custom_reconciliation_consecutive_errors_total", Help: "Total number of consecutive reconciliation errors labeled by controller, cluster and environment", }, []string{"controller", "object_name", "object_environment"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.