Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RoundDuration = time.Microsecond * 10
RoundDuration is the default value used for rounding durations.
Functions ¶
This section is empty.
Types ¶
type CallStats ¶
type CallStats struct {
Name string `json:",omitempty"`
Count uint64
Total Duration
Avg Duration
Min Duration
Max Duration
}
CallStats represents generic stats for call metrics.
type Calls ¶
Source Files
¶
- metrics.go
Click to show internal directories.
Click to hide internal directories.