Skip to content

Commit 8c5cee5

Browse files
committed
Merge branch 'main' into flakeguard-no-outputs-in-all-results-add-to-gen
2 parents 869b2b7 + 78c1b7a commit 8c5cee5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed
21.5 KB
Loading

book/src/framework/components/troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ rosetta error: Rosetta is only intended to run on Apple Silicon with a macOS hos
1010
#### Solution
1111

1212
Update your docker to `Docker version 27.3.1, build ce12230`
13+
14+
## Can't see any docker metrics with Cadvisor
15+
16+
Disable `containerd` images ( Settings -> General ), see [issue](https://github.com/google/cadvisor/pull/3569).
17+
18+
![img.png](img.png)

framework/cmd/observability/compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
cadvisor:
3-
image: gcr.io/cadvisor/cadvisor:latest
3+
image: gcr.io/cadvisor/cadvisor:v0.51.0
44
container_name: cadvisor
55
ports:
66
- "8085:8080"

0 commit comments

Comments
 (0)