package
0.9.0
Repository: https://github.com/datadog/datadog-agent.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New returns an initialized Auditor.
NewNullAuditor returns an instanciated NullAuditor.

# Constants

DefaultRegistryFilename is the default registry filename.

# Structs

JSONRegistry represents the registry that will be written on disk.
NullAuditor is an auditor not doing anything with the message it received.
A RegistryAuditor is storing the Auditor information using a registry.
A RegistryEntry represents an entry in the registry where we keep track of current offsets.

# Interfaces

An Auditor handles messages successfully submitted to the intake.
Registry holds a list of offsets.