Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CounterOpts ¶
type HistogramOpts ¶
type Opts ¶
type Opts struct { Reporter string Interval time.Duration Enabled bool StatsdReporterOpts StatsdReporterOpts PromReporterOpts PromReporterOpts }
type PromReporterOpts ¶
type PromReporterOpts struct {
ListenAddress string
}
type Provider ¶
type Provider interface { NewCounter(CounterOpts) Counter NewGauge(GaugeOpts) Gauge NewHistogram(HistogramOpts) Histogram }
Click to show internal directories.
Click to hide internal directories.