package
0.0.0-20191121140916-9649366ff4b2
Repository: https://github.com/chronosphereiox/m3.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Memset is a faster way to initialize a float64 array.* Inspired from https://github.com/tmthrgd/go-memset.
MemsetInt is a faster way to initialize an int array.
NewFixedStepValues returns mutable values with fixed resolution.
NewMockValues creates a new mock instance.
NewSeries creates a new Series at a given start time, backed by the provided values.
# Structs
A Datapoint is a single data value reported at a given time.
Exemplar holds the exemplar information for a datapoint.
MockValues is a mock of Values interface.
MockValuesMockRecorder is the mock recorder for MockValues.
Series is the public interface to a block of timeseries values.
# Interfaces
FixedResolutionMutableValues are mutable values with fixed resolution between steps.
MutableValues is the interface for values that can be updated.
Values holds the values for a timeseries.
# Type aliases
Datapoints is a list of datapoints.
SeriesExemplar is an array of exemplars corresponding to a series.
SeriesExemplarList represents a list of series exemplars.
SeriesList represents a slice of series pointers.