Documentation
¶
Index ¶
- type Metric
- type Monitor
- func (m *Monitor) Add(name string, val uint64) (newValue uint64, exists bool)
- func (m *Monitor) AddInt64(name string, val int64) (newValue uint64, exists bool)
- func (m *Monitor) Get(name string) (val uint64, exists bool)
- func (m *Monitor) GetMetric(name string) (metric *Metric, exists bool)
- func (m *Monitor) Set(name string, val uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.