# Functions

NewMetricsStore returns a new MetricsStore.
NewMetricsWriter creates a new MetricsWriter.
SanitizeHeaders sanitizes the headers of the given MetricsWriterList.

# Structs

MetricsStore implements the k8s.io/client-go/tools/cache.Store interface.
MetricsWriter is a struct that holds multiple MetricsStore(s) and implements the MetricsWriter interface.

# Type aliases

MetricsWriterList represent a list of MetricsWriter.