Versions in this module Expand all Collapse all v1 v1.0.0 Oct 13, 2023 Changes in this version + type Prometheus struct + Server *http.Server + Tags map[string]string + func NewPrometheus(addr, path string, tags map[string]string) *Prometheus + func (p *Prometheus) ListenAndServe() error + func (p *Prometheus) Shutdown() error + func (p *Prometheus) TouchBrook()