package
0.10.0
Repository: https://github.com/comcast/codex.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewBatchInserter creates a BatchInserter with the given values, ensuring that the configuration and other values given are valid.
NewMeasures constructs a Measures given a go-kit metrics Provider.

# Constants

No description provided by the author
No description provided by the author

# Structs

BatchInserter manages batching events that need to be inserted, ensuring that an event that needs to be inserted isn't waiting for longer than a set period of time and that each batch doesn't pass a specified size.
Config holds the configuration values for a batch inserter.
No description provided by the author