Expand description
Datadog Agent shared functionality.
This crate is intended to be the single place for Datadog Agent-specific shared functionality, from configuration handling logic to common logic and more. IF it deals with emulating a specific piece of functionality inherent to the Agent, it likely exists (or belongs) here.
Modulesยง
- agent_
version - Agent version detection.
- ipc
- IPC primitives for interacting with the Datadog Agent.
- platform
- Platform-specific settings.