Skip to content

Commit 75f3d13

Browse files
author
Dementii Priadko
committed
Merge branch 'fix-internal-backend-port' into 'main'
Changed port used for a internal api to a correct one See merge request postgres-ai/postgres_ai!90
2 parents e0fe8e5 + 5cc9edf commit 75f3d13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/grafana/dashboards/Dashboard_10_Index health.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"root_selector": "",
167167
"source": "url",
168168
"type": "csv",
169-
"url": "http://flask-pgss-api:5000/btree_bloat/csv",
169+
"url": "http://flask-pgss-api:8000/btree_bloat/csv",
170170
"url_options": {
171171
"data": "",
172172
"method": "GET",

config/grafana/dashboards/Dashboard_2_Aggregated_query_analysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
"root_selector": "",
365365
"source": "url",
366366
"type": "csv",
367-
"url": "http://flask-pgss-api:5000/pgss_metrics/csv",
367+
"url": "http://flask-pgss-api:8000/pgss_metrics/csv",
368368
"url_options": {
369369
"data": "",
370370
"method": "GET",

config/grafana/dashboards/Dashboard_8_Table_Stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"root_selector": "",
415415
"source": "url",
416416
"type": "csv",
417-
"url": "http://flask-pgss-api:5000/table_info/csv",
417+
"url": "http://flask-pgss-api:8000/table_info/csv",
418418
"url_options": {
419419
"data": "",
420420
"method": "GET",

0 commit comments

Comments
 (0)