No known key found for this signature in database
GPG Key ID: E6600FB894DB3D19
5 changed files with
14 additions and
18 deletions
-
dash-apm-python/index.json
-
dash-apm-python/step_10.md
-
dash-apm-python/step_11.md
-
dash-apm-python/step_12.md
-
dash-apm-python/step_9.md
|
|
|
@ -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": { |
|
|
|
|
|
|
|
@ -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. |
|
|
|
@ -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. |
|
|
|
@ -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. |
|
|
|
@ -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. |