# Functions

New creates a new set of metrics with the goven subsystem name.

# Constants

ControllerSubsystem is prometheus subsystem name.

# Variables

M contains the metrics with ControllerSubsystem as subsystem name.
PersistentVolumeClaimProvisionDurationSeconds is used to collect latency in seconds to provision persistent volumes.
PersistentVolumeClaimProvisionFailedTotal is used to collect accumulated count of persistent volume provision failed attempts.
PersistentVolumeClaimProvisionTotal is used to collect accumulated count of persistent volumes provisioned.
PersistentVolumeDeleteDurationSeconds is used to collect latency in seconds to delete persistent volumes.
PersistentVolumeDeleteFailedTotal is used to collect accumulated count of persistent volume delete failed attempts.
PersistentVolumeDeleteTotal is used to collect accumulated count of persistent volumes deleted.

# Structs

Metrics contains the metrics for a certain subsystem name.