Categorygithub.com/sponomis/agent-payload
repository
4.62.0+incompatible
Repository: https://github.com/sponomis/agent-payload.git
Documentation: pkg.go.dev

# Packages

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

# README

agent-payload

Payload format description for communication between the Agent and the Datadog backend.

This repository includes the protocol-buffer IDL used by the agent6 to communicate with the Datadog backend. Those payloads are only supported by the V2 API endpoints.

Generated code

The Go, Python and Java code are already generated along the .proto file.

Updates

After updating the IDL you must:

  • Regenerate the code: rake codegen
  • Create a new tag with the updated version of the payload