Versions in this module Expand all Collapse all v0 v0.37.2 Feb 15, 2023 v0.37.1 Jan 31, 2023 Changes in this version + type Label struct + Key string + Value string + type Labels []Label + type SamplesAppender interface + Append func(stackID, value uint64) + type WriteBatch interface + Flush func() + SamplesAppender func(startTime, endTime int64, labels Labels) SamplesAppender + StackBuilder func() tree.StackBuilder + type WriteBatchFactory interface + NewWriteBatch func(appName string, md metadata.Metadata) (WriteBatch, error) + type WriteBatchParser interface + ParseWithWriteBatch func(c context.Context, wbf WriteBatchFactory, md ingestion.Metadata) error