Skip to content

Commit 257673a

Browse files
committed
allow to load local dashboards
1 parent ebbcf43 commit 257673a

File tree

4 files changed

+9
-1022
lines changed

4 files changed

+9
-1022
lines changed

book/src/framework/observability/observability_stack.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Change compose files under `framework/cmd/observability` and restart the stack (
2121
just reload-cli && ctf obs r
2222
```
2323

24+
## Local Dashboards (Docker)
25+
26+
You can create a dashboard using [UI](http://localhost:3000) and put them under `$pwd/dashboards` folder then commit, they'll be loaded automatically on start and you can find them [here](http://localhost:3000/dashboards) under `local` directory.
27+
28+
`$pwd` is you current working directory from which you call `ctf obs u`
29+
2430
## Troubleshooting
2531

2632
### `cadvisor` is not working

framework/.changeset/v0.10.6.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Allow config overrides (caching) for Anvil network
2+
- Load local Grafana dashboards

0 commit comments

Comments
 (0)