Versions in this module Expand all Collapse all v0 v0.0.2 Jul 25, 2018 v0.0.1 Jul 24, 2018 Changes in this version + const CHAN_SIZE + const MAX_LATE_WRITE + const MAX_WRITE_RETRY + func NewChunkStore() *chunkStore + type MetricState struct + Lset utils.LabelsIfc + func (m *MetricState) Err() error + type MetricsCache struct + NameLabelMap map[string]bool + func NewMetricsCache(container *v3io.Container, logger logger.Logger, cfg *config.V3ioConfig, ...) *MetricsCache + func (mc *MetricsCache) Add(lset utils.LabelsIfc, t int64, v interface{}) (uint64, error) + func (mc *MetricsCache) AddFast(ref uint64, t int64, v interface{}) error + func (mc *MetricsCache) StartIfNeeded() error + func (mc *MetricsCache) WaitForReady(ref uint64) error