DataDog / docker-compose-example

## Auto-archived due to inactivity. ## A working example of using Docker Compose with Datadog
MIT License
122 stars 202 forks source link

Update and extend Docker Compose example #3

Closed jyee closed 7 years ago

jyee commented 7 years ago

This PR makes 3 primary changes:

  1. It removes the Compose binary which was old and didn't work. It adds a link to the official Compose installation instructions.
  2. It updates the Compose YAML file to Compose version 2 format
  3. It adds a basic example of custom application monitoring in the web app by including the datadog python library, initializing the statsd implementation and sending a basic counter on each page view.