# Functions
DefaultConfig returns a Config with the provided namespace and all other values set to defaults.
NewExporter returns a new Exporter using the provided config.
# Variables
LatencyBuckets is the collection of buckets to use for latency/request duration histograms.
# Structs
Config is the general set of configuration options for creating prometheus Collectors.
Exporter exports prometheus metrics.
ExporterConfig is the configuration used for the Exporter.
# Interfaces
Provider is an interface which describes any object which can provide the prometheus Collectors is uses for registration.