- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Get metrics from Convox in real time to visualize your containers’ performance.
See the Convox documentation to set up the Datadog integration.
You can deploy the Datadog Agent as a Convox app by using a docker-compose.yml
manifest. Use a count
that matches the InstanceCount
parameter of your Rack.
# check out the repo
$ git clone https://github.com/convox-examples/datadog.git
$ cd dd-agent
# deploy the agent app and secret
$ convox apps create
$ convox env set DD_API_KEY=<your api key>
$ convox deploy
$ convox scale agent --count=3 --cpu=10 --memory=128
Run convox deploy
to deploy Datadog Agent into ECS.
If autoscaling is enabled on your Rack, you need to dynamically scale the Datadog Agent count to match the Rack instance count.
For more information, see the Listening for ECS CloudWatch Events tutorial.
The Convox integration does not include any metrics.
The Convox integration does not include any events.
The Convox integration does not include any service checks.
When configuring environment variables in the convox.yml
file, the environment
parameter must be defined on the same level as the services
parameter.
Need help? Contact Datadog support.
Additional helpful documentation, links, and articles: