Versions in this module Expand all Collapse all v0 v0.5.4 Jan 8, 2025 Changes in this version + var DefaultPrometheusOpts = prometheus.DefaultPrometheusOpts + type CounterDefinition = prometheus.CounterDefinition + type GaugeDefinition = prometheus.GaugeDefinition + type PrometheusOpts = prometheus.PrometheusOpts + type PrometheusPushSink = prometheus.PrometheusPushSink + func NewPrometheusPushSink(address string, pushInterval time.Duration, name string) (*PrometheusPushSink, error) + type PrometheusSink = prometheus.PrometheusSink + func NewPrometheusSink() (*PrometheusSink, error) + func NewPrometheusSinkFrom(opts PrometheusOpts) (*PrometheusSink, error) + type SummaryDefinition = prometheus.SummaryDefinition