gauge

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: 6 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 gauge events.

func New

func New() *Aggregator

New returns a new gauge aggregator. This aggregator retains the last value and timestamp that were recorded.

func (*Aggregator) AsNumber

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

AsNumber returns the recorded gauge value as an int64.

func (*Aggregator) Collect

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

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

func (*Aggregator) Merge

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

func (*Aggregator) Timestamp

func (g *Aggregator) Timestamp() time.Time

Timestamp returns the timestamp of the alst recorded gauge value.

func (*Aggregator) Update

func (g *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