counter

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 counter events.

func New

func New() *Aggregator

New returns a new counter aggregator. This aggregator computes an atomic sum.

func (*Aggregator) AsNumber

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

AsNumber returns the accumulated count as an int64.

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) Merge

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

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