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

# Functions

FormatCompilationTelemetry converts telemetry from its internal representation to a protobuf message.
FormatConnection converts a ConnectionStats into an model.Connection.
FormatConnTelemetry converts telemetry from its internal representation to a protobuf message.
FormatHTTPStats converts the HTTP map into a suitable format for serialization.
GetMarshaler returns the appropriate Marshaler based on the given accept header.
GetUnmarshaler returns the appropriate Unmarshaler based on the given content type.

# Constants

ContentTypeJSON holds the HTML content-type of a JSON payload.
ContentTypeProtobuf holds the HTML content-type of a Protobuf payload.

# Structs

RouteIdx stores the route and the index into the route collection for a route.

# Interfaces

Marshaler is an interface implemented by all Connections serializers.
Unmarshaler is an interface implemented by all Connections deserializers.