package
0.0.0-20240827025259-2cc43cdcba20
Repository: https://github.com/jacobweinstock/tink-stack.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.