Versions in this module Expand all Collapse all v1 v1.24.3 Apr 25, 2026 Changes in this version + type ListenOpts struct + Auth bool + L *slog.Logger + M *middleware.Middleware + TCPAddr string + type Listener struct + func Listen(opts *ListenOpts) (*Listener, error) + func (lis *Listener) Addr() net.Addr + func (lis *Listener) Collect(ch chan<- prometheus.Metric) + func (lis *Listener) Describe(ch chan<- *prometheus.Desc) + func (lis *Listener) Run(ctx context.Context)