Skip to content

Latest commit

 

History

History
 
 

convox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Convox Integration

Overview

Get metrics from Convox in real-time to visualize your containers' performance:

snapshot

Setup

See the Convox documentation to set up Datadog.

Deploy the Datadog Agent

You can deploy the Datadog Agent as a Convox app with a very simple docker-compose.yml manifest:

# check out the repo
$ git clone https://github.com/convox-examples/dd-agent.git
$ cd dd-agent

# deploy the agent app and secret
$ convox apps create
$ convox env set API_KEY=<your api key>
$ convox deploy
$ convox scale agent --count=3 --cpu=10 --memory=128

Use a count that matches the InstanceCount parameter of your Rack.

Auto scaling

If autoscaling is enabled on your Rack, you need to dynamically scale the Datadog Agent count to match the Rack instance count.

See the Listening for ECS CloudWatch Events Tutorial for guidance.

Data Collected

Metrics

The Convox check does not include any metrics.

Events

The Convox check does not include any events.

Service Checks

The Convox check does not include any service checks.

Troubleshooting

Need help? Contact Datadog support.