package
0.5.32
Repository: https://github.com/yandex/pandora.git
Documentation: pkg.go.dev

# Packages

# Functions

NewDiscard returns Aggregator that just throws reported ammo away.
NewEncoderAggregator returns aggregator that use SampleEncoder to marshall samples to core.DataSink.
Aggregates samples in JSON Lines format: each output line is a Valid JSON Value of one sample.

# Constants

# Structs

# Interfaces

SampleEncoderCloser is SampleEncoder that REQUIRE Close call to finish encoding.
SampleEncoder is efficient, buffered encoder of samples.

# Type aliases