Versions in this module Expand all Collapse all v0 v0.1.0 Jun 10, 2026 Changes in this version + const UomMicroseconds + var BucketsRequestDuration = []float64 + type MetricsServer struct + func New(name, addr string) (metricsServer *MetricsServer, err error) + func (ms *MetricsServer) Float64Histogram(name string, description string, uom string, bucketBounds ...float64) metric.Float64Histogram + func (ms *MetricsServer) ListenAndServe() error + func (ms *MetricsServer) Shutdown(ctx context.Context) error