maxsumcount

package
v0.0.0-...-a71ec85 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aggregator

type Aggregator struct {
	// contains filtered or unexported fields
}

Aggregator aggregates measure events, keeping only the max, sum, and count.

func New

func New() *Aggregator

New returns a new measure aggregator for computing max, sum, and count.

func (*Aggregator) Collect

func (c *Aggregator) Collect(ctx context.Context, rec export.MetricRecord, exp export.MetricBatcher)

Collect checkpoints the current value (atomically) and exports it.

func (*Aggregator) Count

func (c *Aggregator) Count() int64

Count returns the accumulated count.

func (*Aggregator) Max

func (c *Aggregator) Max() core.Number

Max returns the accumulated max as a Number.

func (*Aggregator) Merge

func (c *Aggregator) Merge(oa export.MetricAggregator, desc *export.Descriptor)

func (*Aggregator) Sum

func (c *Aggregator) Sum() core.Number

Sum returns the accumulated sum as a Number.

func (*Aggregator) Update

func (c *Aggregator) Update(_ context.Context, number core.Number, rec export.MetricRecord)

Update modifies the current value (atomically) for later export.

Jump to

Keyboard shortcuts

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