Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { }
func (*Config) Descriptor ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter is an implementation of core.StatCounter.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is an implementation of core.StatManager.
func (*Manager) GetCounter ¶
func (m *Manager) GetCounter(name string) core.StatCounter
func (*Manager) RegisterCounter ¶
func (m *Manager) RegisterCounter(name string) (core.StatCounter, error)
Click to show internal directories.
Click to hide internal directories.