# Variables

ActiveWorkers is a prometheus metric which holds the number of active workers per controller.
ReconcileErrors is a prometheus counter metrics which holds the total number of errors from the Reconciler.
ReconcilePanics is a prometheus counter metrics which holds the total number of panics from the Reconciler.
ReconcileTime is a prometheus metric which keeps track of the duration of reconciliations.
ReconcileTotal is a prometheus counter metrics which holds the total number of reconciliations per controller.
TerminalReconcileErrors is a prometheus counter metrics which holds the total number of terminal errors from the Reconciler.
WorkerCount is a prometheus metric which holds the number of concurrent reconciles per controller.