package
4.16.15+incompatible
Repository: https://github.com/openshift/installer.git
Documentation: pkg.go.dev

# Functions

NewMetricBuilder creates a new MetricBuilder object with the default values for the field.

# Constants

Counter denotes that the type of the collector object should be a Prometheus Counter.
Histogram denotes that the type of the collector object should be a Prometheus Histogram.

# Structs

MetricBuilder is the basic metric type that must be used by any potential metric added to the system.
MetricOpts contains the properties that are required to create a MetricBuilder object.

# Type aliases

MetricType defines what types of metrics can be created.