metrics

package
v2.2.0-alpha+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

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.

func (*CallStats) Increment

func (m *CallStats) Increment(d time.Duration)

Increment increments call count and recalculates durations

type Calls

type Calls map[string]*CallStats

func (Calls) MarshalJSON

func (m Calls) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler interface

type Duration

type Duration time.Duration

func (*Duration) MarshalJSON

func (m *Duration) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler interface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL