From e0746eb0f99caef8f4adebb998df936ffbf32105 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 2 Jul 2019 16:37:25 -0400 Subject: [PATCH] Add step 1 --- dash-apm-python/index.json | 7 ++++++- dash-apm-python/step_1.md | 9 +++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 dash-apm-python/step_1.md diff --git a/dash-apm-python/index.json b/dash-apm-python/index.json index 5241432..4901d51 100644 --- a/dash-apm-python/index.json +++ b/dash-apm-python/index.json @@ -2,7 +2,12 @@ "title": "Pinpointing Microservice Bottlenecks in Python with Datadog APM", "description": "As software moves to microservices and containers, the need for better tooling to debug our systems grows.\n\nIn this workshop, we'll introduce distributed tracing as a method to gain visibility and insight into these distributed applications.\n\nTraces allow us to see units of work, as they pass across our subsystems. By incorporating traces with logs and metrics, we can see performance bottlenecks, verify legacy system changes, and deploy confidently into complex environments.\n\nWe'll instrument a few Python microservices with the Datadog Agent, and see how distributed traces can be used in the real world, to get better insight into the health of your systems.", "details": { - "steps": [], + "steps": [ + { + "title": "Introduction", + "text": "step_1.md" + } + ], "intro": { "text": "intro.md", "courseData": "background.sh", diff --git a/dash-apm-python/step_1.md b/dash-apm-python/step_1.md new file mode 100644 index 0000000..24e0c45 --- /dev/null +++ b/dash-apm-python/step_1.md @@ -0,0 +1,9 @@ +# Welcome! + +The code for this workshop can be found on GitHub: +[brettlangdon/distributed-tracing-with-apm-workshop](https://github.com/brettlangdon/distributed-tracing-with-apm-workshop) + +To get started please be sure you have: + +- Datadog account login +- Datadog API key