No known key found for this signature in database
GPG Key ID: E6600FB894DB3D19
2 changed files with
8 additions and
1 deletions
-
dash-apm-python/index.json
-
dash-apm-python/step_2.md
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
{ |
|
|
|
"title": "Introduction", |
|
|
|
"text": "step_1.md" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"title": "Get traces flowing", |
|
|
|
"text": "step_2.md" |
|
|
|
|
|
|
|
@ -0,0 +1,7 @@ |
|
|
|
To start all the services run the following, replacing `<KEY>` with your Datadog API key: |
|
|
|
|
|
|
|
`DD_API_KEY=<KEY> docker-compose up`{{copy}} |
|
|
|
|
|
|
|
Open the web interface to verify the application is up and running: |
|
|
|
|
|
|
|
https://[[HOST_SUBDOMAIN]]-5000-[[KATACODA_HOST]].environments.katacoda.com |