Documentation ¶
Index ¶
- type StatsDConfig
- type StatsDModule
- func (module *StatsDModule) Absolute(category, key string, value int64)
- func (module *StatsDModule) Decrement(category, key string)
- func (module *StatsDModule) DecrementBy(category, key string, value int64)
- func (module *StatsDModule) Gauge(category, key string, v int64)
- func (module *StatsDModule) GetTimestamp(category, key string) (time.Time, error)
- func (module *StatsDModule) Increment(category, key string)
- func (module *StatsDModule) IncrementBy(category, key string, value int64)
- func (module *StatsDModule) Name() string
- func (module *StatsDModule) RecordTimestamp(category, key string, value time.Time)
- func (module *StatsDModule) Setup()
- func (module *StatsDModule) Start() error
- func (module *StatsDModule) Stat(category, key string) int64
- func (module *StatsDModule) StatsAll() string
- func (module *StatsDModule) Stop() error
- func (module *StatsDModule) Timing(category, key string, v int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatsDConfig ¶
type StatsDModule ¶
type StatsDModule struct {
// contains filtered or unexported fields
}
func (*StatsDModule) Absolute ¶
func (module *StatsDModule) Absolute(category, key string, value int64)
func (*StatsDModule) Decrement ¶
func (module *StatsDModule) Decrement(category, key string)
func (*StatsDModule) DecrementBy ¶
func (module *StatsDModule) DecrementBy(category, key string, value int64)
func (*StatsDModule) Gauge ¶
func (module *StatsDModule) Gauge(category, key string, v int64)
func (*StatsDModule) GetTimestamp ¶
func (module *StatsDModule) GetTimestamp(category, key string) (time.Time, error)
func (*StatsDModule) Increment ¶
func (module *StatsDModule) Increment(category, key string)
func (*StatsDModule) IncrementBy ¶
func (module *StatsDModule) IncrementBy(category, key string, value int64)
func (*StatsDModule) Name ¶
func (module *StatsDModule) Name() string
func (*StatsDModule) RecordTimestamp ¶
func (module *StatsDModule) RecordTimestamp(category, key string, value time.Time)
func (*StatsDModule) Setup ¶
func (module *StatsDModule) Setup()
func (*StatsDModule) Start ¶
func (module *StatsDModule) Start() error
func (*StatsDModule) Stat ¶
func (module *StatsDModule) Stat(category, key string) int64
func (*StatsDModule) StatsAll ¶
func (module *StatsDModule) StatsAll() string
func (*StatsDModule) Stop ¶
func (module *StatsDModule) Stop() error
func (*StatsDModule) Timing ¶
func (module *StatsDModule) Timing(category, key string, v int64)
Click to show internal directories.
Click to hide internal directories.