package
1.9.1
Repository: https://github.com/elastic/apm-data.git
Documentation: pkg.go.dev

# Functions

RecordDecodedBytes decorates a decoder with a metric that records the bytes that have been decoded.
RecordEncodedBytes decorates an encoder with a metric that records the bytes that have been encoded.

# Structs

JSON wraps the standard json library.
VTProto is a composite of Encoder and Decoder.

# Interfaces

Codec is a composite of Encoder and Decoder.
Decoder decodes a byte slice representation into its Go type.
Encoder encodes a type into its byte slice representation.