Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter interface { With(cvs ...string) Counter // Inc 自增1 Inc() // Add 把给定值加入到计数器中. 若注意小于0是控制 Add(value float64) }
Counter (计数器)代表一种样本数据单调递增的指标,,即只增不减,除非监控系统发生了重置。 例如,你可以使用 counter 类型的指标来表示服务的请求数、已完成的任务数、错误发生的次数等。
Click to show internal directories.
Click to hide internal directories.