From 80b02c0a5c39c3dd5104cfbda18f4509b436b324 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 13 Jul 2019 18:22:28 -0400 Subject: [PATCH] Update steps to remove custom dashboards --- dash-apm-python/index.json | 8 ++------ dash-apm-python/step_10.md | 5 +++++ dash-apm-python/step_11.md | 7 ------- dash-apm-python/step_12.md | 5 ----- dash-apm-python/step_9.md | 7 +++++++ 5 files changed, 14 insertions(+), 18 deletions(-) delete mode 100644 dash-apm-python/step_11.md delete mode 100644 dash-apm-python/step_12.md diff --git a/dash-apm-python/index.json b/dash-apm-python/index.json index 6fce4f1..53a5eff 100644 --- a/dash-apm-python/index.json +++ b/dash-apm-python/index.json @@ -44,17 +44,13 @@ "title": "Enabling monitors", "text": "step_9.md" }, - { - "title": "Setup custom dashboard", - "text": "step_10.md" - }, { "title": "Introducing failures", - "text": "step_11.md" + "text": "step_10.md" }, { "title": "Restart stopped service", - "text": "step_12.md" + "text": "step_11.md" } ], "intro": { diff --git a/dash-apm-python/step_10.md b/dash-apm-python/step_10.md index e69de29..660bca4 100644 --- a/dash-apm-python/step_10.md +++ b/dash-apm-python/step_10.md @@ -0,0 +1,5 @@ +Before continuing to the next step please be sure to restart the `pumps` service. + +`docker-compose start pumps`. + +You may close the new terminal window you have opened in the previous step. diff --git a/dash-apm-python/step_11.md b/dash-apm-python/step_11.md deleted file mode 100644 index 786e6e2..0000000 --- a/dash-apm-python/step_11.md +++ /dev/null @@ -1,7 +0,0 @@ -In this phase we are going to introduce a service failure. - -Open a new terminal window and run: - -`docker-compose stop pumps` - -to cause the `pumps` service to stop. diff --git a/dash-apm-python/step_12.md b/dash-apm-python/step_12.md deleted file mode 100644 index 660bca4..0000000 --- a/dash-apm-python/step_12.md +++ /dev/null @@ -1,5 +0,0 @@ -Before continuing to the next step please be sure to restart the `pumps` service. - -`docker-compose start pumps`. - -You may close the new terminal window you have opened in the previous step. diff --git a/dash-apm-python/step_9.md b/dash-apm-python/step_9.md index e69de29..786e6e2 100644 --- a/dash-apm-python/step_9.md +++ b/dash-apm-python/step_9.md @@ -0,0 +1,7 @@ +In this phase we are going to introduce a service failure. + +Open a new terminal window and run: + +`docker-compose stop pumps` + +to cause the `pumps` service to stop.