Documentation
¶
Overview ¶
Package stats provides collections of counters. Each counter belongs to a snapshottable collection, and these collections can be aggregated.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Int ¶
type Int struct {
// contains filtered or unexported fields
}
An Int is a integer counter. Ints can be atomically incremented and set.
type Map ¶
type Map struct {
// contains filtered or unexported fields
}
A Map is a set of counters keyed by name.
Click to show internal directories.
Click to hide internal directories.