# Functions
NewPrometheusMetrics returns a new PromMetrics object.
# Variables
Dummy is a handy instnce of a dummy instrumenter, most of the times it will be used on tests.
# Structs
PromMetrics implements the instrumenter so the metrics can be managed by Prometheus.
# Interfaces
Instrumenter is the interface that will collect the metrics and has ability to send/expose those metrics.