package
0.0.0-20180929161911-5c6aed344a0c
Repository: https://github.com/m3db/m3metrics.git
Documentation: pkg.go.dev

# Functions

ParseType parses a transformation type.

# Constants

Supported transformation types.
Supported transformation types.
Supported transformation types.

# Structs

Datapoint is a metric data point containing a timestamp in Unix nanoseconds since epoch and a value.

# Type aliases

BinaryTransform is a binary transformation that takes the previous and the current datapoint as input and produces a single datapoint as the transformation result.
Type defines a transformation function.
UnaryTransform is a unary transformation that takes a single datapoint as input and transforms it into a datapoint as output.