Skip to content

Commit c8cc004

Browse files
authored
docs: re-add troubleshooting section to docs/metrics.md (#129)
#109 deleted the metrics readme, which had a troubleshooting section that was useful. This PR re-adds that section in `docs/metrics.md`.
1 parent 3ab694a commit c8cc004

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/metrics.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,10 @@ The exposed metrics follow [the leanMetrics specification](https://github.com/le
7272
---
7373

7474
✅(*) **Partial support**: These metrics are implemented but not collected "on scrape" as the spec requires. They are updated on specific events (e.g., on tick, on block processing) rather than being computed fresh on each Prometheus scrape.
75+
76+
## Troubleshooting
77+
78+
### Docker Desktop on MacOS
79+
80+
lean-quickstart uses the host network mode for Docker containers, which is a problem on MacOS.
81+
To work around this, enable the ["Enable host networking" option](https://docs.docker.com/enterprise/security/hardened-desktop/settings-management/settings-reference/#enable-host-networking) in Docker Desktop settings under Resources > Network.

0 commit comments

Comments
 (0)