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

# Functions

New returns an initialized Processor.

# Variables

JSONEncoder is a shared json encoder.
JSONServerlessEncoder is a shared json encoder sending a struct message field instead of a bytes message field.
ProtoEncoder is a shared proto encoder.
RawEncoder is a shared raw encoder.

# Structs

A Processor updates messages from an inputChan and pushes in an outputChan.

# Interfaces

Encoder turns a message into a raw byte array ready to be sent.