Documentation
¶
Index ¶
Constants ¶
View Source
const ( V1 uint8 = 1 V2 uint8 = 2 V3 uint8 = 3 Size = timeseries.Hour )
Variables ¶
This section is empty.
Functions ¶
func Read ¶
func Read(path string, from timeseries.Time, pointsCount int, step timeseries.Duration, dest map[uint64]model.MetricValues, fillFunc timeseries.FillFunc) error
func Write ¶
func Write(f io.Writer, from timeseries.Time, pointsCount int, step timeseries.Duration, finalized bool, metrics []model.MetricValues) error
Types ¶
type Meta ¶
type Meta struct {
Path string
From timeseries.Time
PointsCount uint32
Step timeseries.Duration
Finalized bool
}
func (*Meta) Jitter ¶ added in v1.4.2
func (m *Meta) Jitter() timeseries.Duration
func (*Meta) To ¶ added in v0.17.7
func (m *Meta) To() timeseries.Time
Click to show internal directories.
Click to hide internal directories.