metrics

package
v2.5.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2019 License: Apache-2.0 Imports: 4 Imported by: 27

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RoundDuration = time.Millisecond * 1

RoundDuration is the default value used for rounding durations.

Functions

This section is empty.

Types

type CallStats

type CallStats struct {
	Name  string  `json:"name,omitempty"`
	Count uint64  `json:"count"`
	Total float64 `json:"total,omitempty"`
	Avg   float64 `json:"avg,omitempty"`
	Min   float64 `json:"min,omitempty"`
	Max   float64 `json:"max,omitempty"`
}

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

Jump to

Keyboard shortcuts

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