From 4e95a58db2acebe0ee9b49882ae22f683bb0ff37 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 3 Jul 2019 13:46:32 -0400 Subject: [PATCH] fix syntax error --- dash-apm-python/index.json | 2 +- dash-apm-python/step_2.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 dash-apm-python/step_2.md diff --git a/dash-apm-python/index.json b/dash-apm-python/index.json index e7ded09..2334d7f 100644 --- a/dash-apm-python/index.json +++ b/dash-apm-python/index.json @@ -6,7 +6,7 @@ { "title": "Introduction", "text": "step_1.md" - } + }, { "title": "Get traces flowing", "text": "step_2.md" diff --git a/dash-apm-python/step_2.md b/dash-apm-python/step_2.md new file mode 100644 index 0000000..cf58ffc --- /dev/null +++ b/dash-apm-python/step_2.md @@ -0,0 +1,7 @@ +To start all the services run the following, replacing `` with your Datadog API key: + +`DD_API_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