Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions labs/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ You'll have several dashboards for your apps, showing information at different l
For this lab we'll stick with instance uptime, but your job is to split the dashboard into multiple rows, one for each tier of the application:

- an infrastructure row with the node exporter instance
- a web row with the docunent API instance
- a web row with the document API instance
- a backend row with the processor instances

Each row should have a current status table and an timeline for the instances in that tier, something like this:
Expand All @@ -203,4 +203,4 @@ Cleanup by removing all containers:

```
docker rm -f $(docker ps -aq)
```
```