Skip to content

Commit

Permalink
force disallow pagebreaks in some areas (#414)
Browse files Browse the repository at this point in the history
> [!CAUTION]
> DO NOT merge yourself, this will be auto merged upon approval
  • Loading branch information
dyc3 authored Apr 17, 2024
1 parent fa10136 commit 7e301bc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions visualization-design.typ
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,15 @@ There are 4 components that need to be running in order to have the visualizatio

See @Section::dev-env for instructions on running the Monolith with the Balancer.

The easiest way to do this is with the `with-balancer.docker-compose.yml` file. This file will run the balancer, monolith, and collector in a docker-compose environment.
#block(breakable: false)[
The easiest way to do this is with the `with-balancer.docker-compose.yml` file. This file will run the balancer, monolith, and collector in a docker-compose environment.

#text-box(
raw("docker-compose -f docker/with-balancer.docker-compose.yml up -d")
)
#text-box([
```bash
docker-compose -f docker/with-balancer.docker-compose.yml up -d
```
])
]

#let vis-dev-env-figure(path, caption, balancer-config, collector-config, commands) = {
figure(
Expand Down Expand Up @@ -234,6 +238,7 @@ Alternatively, @Figure::vis-dev-env-no-docker shows how to run the balancer, mon
read("data/dev-env/commands-vis-no-docker.txt"),
) <Figure::vis-dev-env-no-docker>

#block(breakable: false)[
=== Checklist

- Ensure Grafana is accessible at #link("http://localhost:3500")
Expand All @@ -244,3 +249,4 @@ Alternatively, @Figure::vis-dev-env-no-docker shows how to run the balancer, mon
- Make sure load balancing is enabled
- Ensure the collector is running and accessible at #link("http://localhost:8000")
- Make sure the collector is configured with the balancer's api key
]

0 comments on commit 7e301bc

Please sign in to comment.