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 ¶
func (Calls) MarshalJSON ¶
MarshalJSON implements json.Marshaler interface
Click to show internal directories.
Click to hide internal directories.