- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Datadog recommends you update Datadog Agent with every minor and patch release, or, at a minimum, monthly.
Upgrading to a major Datadog Agent version and keeping it updated is the only supported way to get the latest Agent functionality and fixes. The Agent has frequent update releases, though, and managing updates at enterprise scale can be challenging. That doesn't mean you should wait for major releases before updating. The right update cadence for your organization will depend on your infrastructure and your configuration management practices, but aim for monthly.
To update the Datadog Agent core between two minor versions on a given host, run the corresponding install command for your platform.
Datadog Agent release numbering follows SemVer rules.
Agent v7 is the latest major version of the Datadog Agent. The only change from Agent v6 is that this version only includes support for Python 3 for integrations and custom checks.
See the Upgrade to Agent v7 documentation to learn how to upgrade your Agent to version 7. All official integrations support Python 3 out-of-the-box. Follow the Python 3 Custom Check Migration guide to migrate your custom checks to Python 3.
Note: You can test this migration with Agent v6, by Using Python 3 with Datadog Agent v6.
Agent version 6 main changes:
The big difference between Agent 5 and Agent 6 is that Agent 6 is a complete rewrite of the core Agent in Golang. Golang has allowed the Agent to take advantage of concurrency. In place of the three processes the Agent v5 used to run—the Forwarder, the Collector, and DogStatsD—there is now only one process: the Agent. It also comes with a number of other core improvements:
Agent v6 has significantly improved resource usage over Agent v5:
Agent 6 uses two additional ports:
5000
to expose its runtime metrics.
5001
for the Agent CLI/GUI commands.
Note: You can specify different ports for expvar_port
and cmd_port
in the datadog.yaml
file.
Custom build your Agent v6 and DogStatsD much easier and with many more configuration options, to include or exclude almost anything.
Agent v6 new functionalities:
To see all changes between Agent v5 and v6, consult the Datadog Agent dedicated changes documentation. The following are key differentiators: