Documentation ¶
Index ¶
- type Handler
- type Snapshot
- func (s Snapshot) Counter(name string, tags ...metrics.Tag) (float64, error)
- func (s Snapshot) Gauge(name string, tags ...metrics.Tag) (float64, error)
- func (s Snapshot) MustCounter(name string, tags ...metrics.Tag) float64
- func (s Snapshot) MustGauge(name string, tags ...metrics.Tag) float64
- func (s Snapshot) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { metrics.MetricsHandler // contains filtered or unexported fields }
func MustNewHandler ¶
func (*Handler) MustSnapshot ¶
Click to show internal directories.
Click to hide internal directories.