Browse Source

Update steps to remove custom dashboards

master
Brett Langdon 7 years ago
parent
commit
80b02c0a5c
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
5 changed files with 14 additions and 18 deletions
  1. +2
    -6
      dash-apm-python/index.json
  2. +5
    -0
      dash-apm-python/step_10.md
  3. +0
    -7
      dash-apm-python/step_11.md
  4. +0
    -5
      dash-apm-python/step_12.md
  5. +7
    -0
      dash-apm-python/step_9.md

+ 2
- 6
dash-apm-python/index.json View File

@ -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": {


+ 5
- 0
dash-apm-python/step_10.md View File

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

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

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

+ 0
- 5
dash-apm-python/step_12.md View File

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

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

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

Loading…
Cancel
Save