Versions in this module Expand all Collapse all v1 v1.4.0 Nov 6, 2020 Changes in this version + type Logger interface + Error func(msg string, ctx ...interface{}) v1.2.0 Aug 20, 2019 Changes in this version + type FQN struct + func NewFQN() *FQN + func (f *FQN) Format(name string) string + type Prometheus struct + func New(prefix string) *Prometheus + func (s *Prometheus) Close() error + func (s *Prometheus) Dec(name string, value int64, rate float32, tags ...string) error + func (s *Prometheus) Gauge(name string, value float64, rate float32, tags ...string) error + func (s *Prometheus) Handler() http.Handler + func (s *Prometheus) Inc(name string, value int64, rate float32, tags ...string) error + func (s *Prometheus) Timing(name string, value time.Duration, rate float32, tags ...string) error