Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics interface { Store(name string, val interface{}, tags ...Tag) Counter(name string, val interface{}, tags ...Tag) Summary(name string, val interface{}, tags ...Tag) Duration(name string, start time.Time, tags ...Tag) }
Metrics declares common methods provided by metrics client
Click to show internal directories.
Click to hide internal directories.