Browse Source

stop sensors not pumps

master
Brett Langdon 7 years ago
parent
commit
237cb6bd94
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      dash-apm-python/step_10.md
  2. +2
    -2
      dash-apm-python/step_11.md

+ 2
- 2
dash-apm-python/step_10.md View File

@ -2,6 +2,6 @@ In this phase we are going to introduce a service failure.
Open a new terminal window and run:
`docker-compose stop pumps`
`docker-compose stop sensors`
to cause the `pumps` service to stop.
to cause the `sensors-api` service to stop.

+ 2
- 2
dash-apm-python/step_11.md View File

@ -1,5 +1,5 @@
Before continuing to the next step please be sure to restart the `pumps` service.
Before continuing please be sure to restart the `sensors-api` service.
`docker-compose start pumps`.
`docker-compose start sensors`.
You may close the new terminal window you have opened in the previous step.

Loading…
Cancel
Save