Skip to content

Commit 5189b91

Browse files
committed
fix(monitoring): correct Flask backend URL in version panel
- Change port from 5000 to 8000 (gunicorn port) - Change service name from monitoring-flask-backend to monitoring_flask_backend
1 parent 90bc31c commit 5189b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/grafana/dashboards/Self_Monitoring_Dashboard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"root_selector": "",
9797
"source": "url",
9898
"type": "json",
99-
"url": "http://monitoring-flask-backend:5000/version",
99+
"url": "http://monitoring_flask_backend:8000/version",
100100
"url_options": {
101101
"method": "GET"
102102
},

0 commit comments

Comments
 (0)