# Functions
DefaultPrometheusConfig is the default configuration for the Prometheus metrics exporter.
GetPromInterceptors returns the set of interceptors for Prometheus monitoring if monitoring is enabled, else empty slices.
NewPrometheusExporter makes a new instance of the PrometheusExporter given the config.
UseLogger uses a specified Logger to output package logging info.
# Constants
Subsystem defines the sub system name of this package.
# Structs
PrometheusConfig is the set of configuration data that specifies if Prometheus metric exporting is activated, and if so the listening address of the Prometheus server.
PrometheusExporter is a metric exporter that uses Prometheus directly.