Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CounterMaps ¶
CounterMaps wraps around a group of metrics which can be used for reporting scalar resources as a group of counter.
func NewCounterMaps ¶
func NewCounterMaps(scope tally.Scope) CounterMaps
NewCounterMaps returns the CounterMaps initialized at given tally scope.
func (CounterMaps) Inc ¶
func (g CounterMaps) Inc(resources Resources)
Inc increments all counters for given resources.
type GaugeMaps ¶
GaugeMaps wraps around a group of metrics which can be used for reporting scalar resources as a group of gauges.
func NewGaugeMaps ¶
NewGaugeMaps returns the GaugeMaps initialized at given tally scope.
Click to show internal directories.
Click to hide internal directories.