Skip to content

Commit 393bd42

Browse files
authored
Update README.md
1 parent 52eadcd commit 393bd42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,21 +127,21 @@ docker run -d --name cadvisor \
127127
```
128128

129129
### Step 7: Access Grafana on Browser
130-
Open: http://<your-azure-vm-ip>:3000
130+
Open: http://&lt;your-azure-vm-ip&gt;:3000
131131

132132
Default login:
133133
- User: admin
134134
- Password: admin (you'll be prompted to change)
135135

136136
Confirm Everything Works
137-
1. http://<vm-ip>:5000/metrics → Should show Flask app metrics
138-
2. http://<vm-ip>:9090/targets → Prometheus should show flask-app:5000 and cadvisor:9323 as UP
139-
3. http://<vm-ip>:3000 → Grafana dashboard
137+
1. http://&lt;vm-ip&gt;:5000/metrics → Should show Flask app metrics
138+
2. http://&lt;vm-ip&gt;:9090/targets → Prometheus should show flask-app:5000 and cadvisor:9323 as UP
139+
3. http://&lt;vm-ip&gt;:3000 → Grafana dashboard
140140

141141
### Step 8: Connect Prometheus as Grafana Data Source
142142
In Grafana:
143143
1. Go to Settings → Data Sources → Add Prometheus
144-
2. URL: http://<az-vm-ip>:9090
144+
2. URL: http://&lt;az-vm-ip&gt;:9090
145145
3. Click Save & Test
146146

147147
### Step 9: Import a Dashboard

0 commit comments

Comments
 (0)