agent-payload
agent-payload copied to clipboard
Payload format description for communication between the agent and the Datadog backend
### What does this PR do? This PR adds the container info in the container payload ### Motivation We would like to collect snapshotter information as we rely on it...
### What does this PR do? Split of https://github.com/DataDog/agent-payload/pull/286: Adds support for CycloneDX v1.5 in a new `cyclonedx_1_5` field Breaking change: renames the `cyclonedx` field to `cyclonedx_1_4` ### Motivation ###...
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes ### Reviewer's Checklist Reviewers: please see the...
Reviewers: please see the [review guidelines](https://github.com/DataDog/agent-payload/blob/master/REVIEWING.md).
### What does this PR do? ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes ### Reviewer's Checklist Reviewers: please see the...
Reviewers: please see the [review guidelines](https://github.com/DataDog/agent-payload/blob/master/REVIEWING.md).
Clean up of host ID field, which are used post-resolution. All logic which relies on hostID should be removed and released before merging this PR Reviewers: please see the [review...
Adds `ProcessListeningAddr` to the `Process` payload.
This add a new FailedConnections array in the Connection message. This will be needed to add failing TCP connections tracking in system-probe.