File tree 1 file changed +5
-5
lines changed 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 \
127
127
```
128
128
129
129
### Step 7: Access Grafana on Browser
130
- Open: http://< your-azure-vm-ip > :3000
130
+ Open: http://& lt ; your-azure-vm-ip& gt ; :3000
131
131
132
132
Default login:
133
133
- User: admin
134
134
- Password: admin (you'll be prompted to change)
135
135
136
136
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
140
140
141
141
### Step 8: Connect Prometheus as Grafana Data Source
142
142
In Grafana:
143
143
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
145
145
3 . Click Save & Test
146
146
147
147
### Step 9: Import a Dashboard
You can’t perform that action at this time.
0 commit comments