Browse Source

add step 3

master
Brett Langdon 7 years ago
parent
commit
9d2c10eb2d
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
3 changed files with 16 additions and 1 deletions
  1. +4
    -0
      dash-apm-python/index.json
  2. +3
    -1
      dash-apm-python/step_2.md
  3. +9
    -0
      dash-apm-python/step_3.md

+ 4
- 0
dash-apm-python/index.json View File

@ -10,6 +10,10 @@
{
"title": "Get traces flowing",
"text": "step_2.md"
},
{
"title": "Enable trace analytics",
"text": "step_3.md"
}
],
"intro": {


+ 3
- 1
dash-apm-python/step_2.md View File

@ -1,6 +1,8 @@
To start all the services run the following, replacing `<KEY>` with your Datadog API key:
`DD_API_KEY=<KEY> docker-compose up`{{copy}}
`export DD_API_KEY=<KEY>`{{copy}}
`docker-compose up`{{execute}}
Open the web interface to verify the application is up and running:


+ 9
- 0
dash-apm-python/step_3.md View File

@ -0,0 +1,9 @@
Add the following environment variable to the `frontend`, `node`, `pumps`,
and `sensors` services in `docker-compose.yml`.
`DD_ANALYTICS_ENABLED=true`{{copy}}
Afterwards restart docker services:
`docker-compose up`{{execute interrupt}}

Loading…
Cancel
Save