Documentation
¶
Overview ¶
Package metrics provides metric reporting for TestGrid components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
Counter is a strictly-increasing metric.
func NewLogCounter ¶
func NewLogCounter(name, desc string, log logrus.FieldLogger, fields ...string) Counter
type Int64 ¶
Int64 is an int64 metric.
func NewLogInt64 ¶
func NewLogInt64(name, desc string, log logrus.FieldLogger, fields ...string) Int64
Click to show internal directories.
Click to hide internal directories.