Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SamplesAppender ¶
type SamplesAppender interface {
Append(stackID, value uint64)
}
type WriteBatch ¶
type WriteBatch interface { StackBuilder() tree.StackBuilder SamplesAppender(startTime, endTime int64, labels Labels) SamplesAppender Flush() }
type WriteBatchFactory ¶
type WriteBatchFactory interface {
NewWriteBatch(appName string, md metadata.Metadata) (WriteBatch, error)
}
type WriteBatchParser ¶
Click to show internal directories.
Click to hide internal directories.