stackbuilder

package
v1.0.0-rc.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2023 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Label

type Label struct{ Key, Value string }

type Labels

type Labels []Label

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

type WriteBatchParser interface {
	ParseWithWriteBatch(c context.Context, wbf WriteBatchFactory, md ingestion.Metadata) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL