You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,9 +70,13 @@ $ make deploy
70
70
# To retrieve your laptop's IP and execute `make dev-setup` to setup dev env
71
71
# For example: LAPTOP_HOST_IP=192.168.10.101 make dev-setup
72
72
$ LAPTOP_HOST_IP="<YOUR_LAPTOP_IP>" make dev-setup
73
+
74
+
75
+
# Monitoring Setup (Grafana/Prometheus/Pyroscope)
76
+
$ LAPTOP_HOST_IP="<YOUR_LAPTOP_IP>" make dev-setup-monitoring
73
77
```
74
78
75
-
### Explenation
79
+
### Setup
76
80
77
81
We recommend to setup the development environment with the make `dev-setup` target. However here is a step by step guide to setup the development environment for understanding.
0 commit comments