package
0.12.0
Repository: https://github.com/tinkerbell/hegel.git
Documentation: pkg.go.dev

# 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.