Image Overview: datadog-agent-fips

Overview: datadog-agent-fips Chainguard Image

Minimalist Wolfi-based Datadog Agent to collect events and metrics from hosts and send them to Datadog.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/datadog-agent-fips:latest

Usage

The Datadog Agent collects events and metrics from hosts and sends them to Datadog.

Prerequisites

* Create a Datadog account.
* Have your Datadog API key on hand.

The DataDog Agent getting started guide is here: docs.datadoghq.com/getting_started/agent/

Example Usage

docker run \
 --name dd-agent \
 -e DD_API_KEY=<xxxxxxxxxxxxxxxxxxx> \
 -e DD_SITE="datadoghq.com" \
 -e DD_APM_ENABLED=true \
 -e DD_APM_NON_LOCAL_TRAFFIC=true \
 -v /var/run/docker.sock:/var/run/docker.sock:ro \
 -v /proc/:/host/proc/:ro \
 -v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro \
 -v /var/lib/docker/containers:/var/lib/docker/containers:ro \
 cgr.dev/chainguard/datadog-agent:latest

For more detail, please refer to the DataDog Agent documentation.

Last updated: 2024-04-11 12:38