Documentation ¶
Index ¶
- func IsExistStatisticsTitle(SrcTitles []string, dstTitle string) (err error)
- func MonitorRoutine(ip string, port string)
- func RegCounter(model string)
- func RegGauge(model string)
- func RegHistogram(model string)
- func RegSummary(model string)
- type AKCounter
- type AKGauge
- func (this *AKGauge) DoAdd(title string, val float64) (err error)
- func (this *AKGauge) DoDec(title string) (err error)
- func (this *AKGauge) DoInc(title string) (err error)
- func (this *AKGauge) DoSet(title string, val float64) (err error)
- func (this *AKGauge) DoSub(title string, val float64) (err error)
- func (this *AKGauge) Init(strName, strHelp string, titles []string)
- type AKHistogram
- type AKSummary
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsExistStatisticsTitle ¶
func MonitorRoutine ¶
func RegCounter ¶
func RegCounter(model string)
func RegHistogram ¶
func RegHistogram(model string)
func RegSummary ¶
func RegSummary(model string)
Types ¶
type AKCounter ¶
type AKCounter struct {
// contains filtered or unexported fields
}
func GetAKCounter ¶
func GetAKCounter() *AKCounter
func NewAKCounter ¶
func NewAKCounter() *AKCounter
type AKGauge ¶
type AKGauge struct {
// contains filtered or unexported fields
}
func GetAKGauge ¶
func GetAKGauge() *AKGauge
func NewAKGauge ¶
func NewAKGauge() *AKGauge
type AKHistogram ¶
type AKHistogram struct {
// contains filtered or unexported fields
}
func GetAKHistogram ¶
func GetAKHistogram() *AKHistogram
func NewAKHistogram ¶
func NewAKHistogram() *AKHistogram
func (*AKHistogram) DoObserve ¶
func (this *AKHistogram) DoObserve(title string, val float64) (err error)
func (*AKHistogram) Init ¶
func (this *AKHistogram) Init(strName, strHelp string, titles []string)
type AKSummary ¶
type AKSummary struct {
// contains filtered or unexported fields
}
func GetAKSummary ¶
func GetAKSummary() *AKSummary
func NewAKSummary ¶
func NewAKSummary() *AKSummary
Click to show internal directories.
Click to hide internal directories.