Getting Started with the Agent
Overview
The Agent is lightweight software installed on your hosts. It reports metrics and events from your host to Datadog using integrations, DogStatsD, or the API. With additional setup, the Agent can report live processes, logs, and traces.
Setup
If you haven’t already, create a Datadog account.
Installation
The Agent can be installed on many different platforms either directly on the host or as a containerized version. Most systems have a one-line install option.
Choose your platform to see installation instructions:
Configuration
The Agent’s main configuration file is datadog.yaml
. The required parameters are your Datadog API key which is used to associate your Agent’s data with your organization and the Datadog site (
). See the sample config_template.yaml for all available configuration options.
For the container Agent, datadog.yaml
configuration options are passed in with environment variables, for example:
DD_API_KEY
for the Datadog API keyDD_SITE
for the Datadog site
Validation
Run the Agent’s status command to verify installation.
Commands
See Agent Commands to Start, Stop or Restart your Agent.
Data Collected
Metrics
Agent
The metrics below are available with Agent v6. For Agent v5, see the Agent Metrics integration.
Metric | Description |
---|
datadog.agent.python.version | Shows a value of 1 if the Agent is reporting to Datadog. The metric is tagged with the python_version . |
datadog.agent.running | Shows a value of 1 if the Agent is reporting to Datadog. |
datadog.agent.started | A count sent with a value of 1 when the Agent starts (available in v6.12+). |
Checks
Depending on your platform, the Agent has several core checks enabled by default that collect metrics.
To collect metrics from other technologies, see the Integrations page.
Events
The Agent sends events to Datadog when an Agent is started or restarted.
Service checks
datadog.agent.up:
Returns OK
if the Agent is able to connect to Datadog.
datadog.agent.check_status:
Returns CRITICAL
if an Agent check is unable to send metrics to Datadog, otherwise returns OK
.
Troubleshooting
For help troubleshooting the Agent:
Further Reading
Additional helpful documentation, links, and articles:
Next steps
After the Agent is installed: