File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
132132Default login:
133133- User: admin
134134- Password: admin (you'll be prompted to change)
135135
136136Confirm 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
142142In Grafana:
1431431 . 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
1451453 . Click Save & Test
146146
147147### Step 9: Import a Dashboard
You can’t perform that action at this time.
0 commit comments