# Functions
Configure configures router with a /metrics endpoint that serves prometheus metrics sourced from registry.
InstrumentRequestCount adds a CounterVec to registrar and returns a handler that increments the count with every request.
InstrumentReuqestDuration adds a HistogramVec to registrar and returns a handler that records request durations with every request.