Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Count ¶
type Count struct { *Metrics *tsmetrics.MetricCount }
Count is an implementation of metrics.Count.
type Gauge ¶
type Gauge struct { *Metrics *tsmetrics.MetricGaugeFloat64 }
Gauge is an implementation of metrics.Gauge.
type IntGauge ¶
type IntGauge struct { *Metrics *tsmetrics.MetricGaugeInt64 }
IntGauge is an implementation of metrics.IntGauge.
type Metrics ¶
Metrics implements a wrapper of github.com/xaionaro-go/metrics to implement metrics.Metrics.
func (*Metrics) IntGauge ¶
IntGauge implements context.Metrics (see the description in the interface).
Click to show internal directories.
Click to hide internal directories.