Browse Source

fix syntax error

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

+ 1
- 1
dash-apm-python/index.json View File

@ -6,7 +6,7 @@
{
"title": "Introduction",
"text": "step_1.md"
}
},
{
"title": "Get traces flowing",
"text": "step_2.md"


+ 7
- 0
dash-apm-python/step_2.md View File

@ -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

Loading…
Cancel
Save