- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
This page covers Agent 5 configuration files. Datadog recommends installing or upgrading to Agent 7 for the latest features. For information on installing the latest version of the Agent, follow the Agent 7 Installation Instructions. For information on upgrading to Agent 7 from an earlier version, see Upgrade to Datadog Agent v7.
Platform | Command |
---|---|
Linux | /etc/dd-agent/datadog.conf |
macOS | ~/.datadog-agent/datadog.conf |
Windows Server 2008, Vista and newer | %ProgramData%\Datadog\datadog.conf |
Windows Server 2003, XP or older | \\Documents and Settings\All Users\Application Data\Datadog\datadog.conf |
See the sample config_template.yaml
file for all available configuration options.
Platform | Command |
---|---|
Linux | /etc/dd-agent/conf.d/ |
CentOS | /etc/dd-agent/conf.d/ |
Debian | /etc/dd-agent/conf.d/ |
Fedora | /etc/dd-agent/conf.d/ |
macOS | ~/.datadog-agent/conf.d/ |
RedHat | /etc/dd-agent/conf.d/ |
Source | /etc/dd-agent/conf.d/ |
Suse | /etc/dd-agent/conf.d/ |
Ubuntu | /etc/dd-agent/conf.d/ |
Windows Server 2008, Vista and newer | %ProgramData%\Datadog\conf.d |
Windows Server 2003, XP or older | \\Documents and Settings\All Users\Application Data\Datadog\conf.d |
JMX Agent checks have an additional metrics.yaml
file in their configuration folder. It is a list of all the beans that the Datadog Agent collects by default. This way, you do not need to list all of the beans manually when you configure a check through Docker labels or k8s annotations.