# Constants
defaultMetricsPort is the default port to expose metrics.
# Variables
CurrentPendingCSRCountDesc is a metric to report count of pending node CSRs in the cluster.
MaxPendingCSRDesc is a metric to report threshold value of the pending node CSRs beyond which all CSR will be ignored by machine approver.
# Structs
MetricsCollector is implementing prometheus.Collector interface.