# Functions

NewDefaultPprofHandler creates a default http handler for prometheus metrics https://prometheus.io/ 'p' is the default path to expose the handler with value '/metrics'.
WithHttpMetrics instruments http server with a prometheus metrics filter to generate golden signal metrics using https://github.com/slok/go-http-metrics.

# Variables

DefaultGatherers are the prometheus gatherers to serve metrics from.

# Structs

Options structure to configure metrics behaviour.