Skip to content

Latest commit

 

History

History

convox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Overview

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

snapshot

Setup

Please refer to the Convox setup doc page.

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'll 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 at this time.

Events

The Convox check does not include any events at this time.

Service Checks

The Convox check does not include any service checks at this time.

Troubleshooting

Need help? Contact Datadog support.