Skip to content

Commit e0fe8e5

Browse files
author
Dementii Priadko
committed
Merge branch 'fix-dashboard-2-units-titles' into 'main'
Fix Dashboard 2: add 'per second' to titles and XXX/s units for the top and left column panels See merge request postgres-ai/postgres_ai!88
2 parents 0be9329 + 94c7d7c commit e0fe8e5

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

config/grafana/dashboards/Dashboard_2_Aggregated_query_analysis.json

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@
506506
"value": 80
507507
}
508508
]
509-
}
509+
},
510+
"unit": "calls/s"
510511
},
511512
"overrides": [
512513
{
@@ -567,7 +568,7 @@
567568
"refId": "A"
568569
}
569570
],
570-
"title": "Top $top_n statements by calls (pg_stat_statements)",
571+
"title": "Top $top_n statements by calls per second (pg_stat_statements)",
571572
"type": "timeseries"
572573
},
573574
{
@@ -686,7 +687,7 @@
686687
"refId": "A"
687688
}
688689
],
689-
"title": "Top $top_n statements by execution time (pg_stat_statements)",
690+
"title": "Top $top_n statements by execution time per second (pg_stat_statements)",
690691
"type": "timeseries"
691692
},
692693
{
@@ -926,7 +927,7 @@
926927
"refId": "A"
927928
}
928929
],
929-
"title": "Top $top_n statements by planning time (pg_stat_statements)",
930+
"title": "Top $top_n statements by planning time per second (pg_stat_statements)",
930931
"type": "timeseries"
931932
},
932933
{
@@ -1106,7 +1107,8 @@
11061107
"value": 80
11071108
}
11081109
]
1109-
}
1110+
},
1111+
"unit": "rows/s"
11101112
},
11111113
"overrides": [
11121114
{
@@ -1167,7 +1169,7 @@
11671169
"refId": "A"
11681170
}
11691171
],
1170-
"title": "Top $top_n statements by rows (pg_stat_statements)",
1172+
"title": "Top $top_n statements by rows per second (pg_stat_statements)",
11711173
"type": "timeseries"
11721174
},
11731175
{
@@ -1406,7 +1408,7 @@
14061408
"refId": "A"
14071409
}
14081410
],
1409-
"title": "Top $top_n statements by shared_blks_hit (in bytes) (pg_stat_statements)",
1411+
"title": "Top $top_n statements by shared_blks_hit per second (in bytes) (pg_stat_statements)",
14101412
"type": "timeseries"
14111413
},
14121414
{
@@ -1646,7 +1648,7 @@
16461648
"refId": "A"
16471649
}
16481650
],
1649-
"title": "Top $top_n statements by shared_blks_read (in bytes) (pg_stat_statements)",
1651+
"title": "Top $top_n statements by shared_blks_read per second (in bytes) (pg_stat_statements)",
16501652
"type": "timeseries"
16511653
},
16521654
{
@@ -1886,7 +1888,7 @@
18861888
"refId": "A"
18871889
}
18881890
],
1889-
"title": "Top $top_n statements by shared_blks_written (in bytes) (pg_stat_statements)",
1891+
"title": "Top $top_n statements by shared_blks_written per second (in bytes) (pg_stat_statements)",
18901892
"type": "timeseries"
18911893
},
18921894
{
@@ -2126,7 +2128,7 @@
21262128
"refId": "A"
21272129
}
21282130
],
2129-
"title": "Top $top_n statements by shared_blks_written (in bytes) (pg_stat_statements)",
2131+
"title": "Top $top_n statements by shared_blks_dirtied per second (in bytes) (pg_stat_statements)",
21302132
"type": "timeseries"
21312133
},
21322134
{
@@ -2366,7 +2368,7 @@
23662368
"refId": "A"
23672369
}
23682370
],
2369-
"title": "Top $top_n statements by WAL bytes (pg_stat_statements)",
2371+
"title": "Top $top_n statements by WAL bytes per second (pg_stat_statements)",
23702372
"type": "timeseries"
23712373
},
23722374
{
@@ -2604,7 +2606,7 @@
26042606
"refId": "A"
26052607
}
26062608
],
2607-
"title": "Top $top_n statements by WAL fpi (in bytes) (pg_stat_statements)",
2609+
"title": "Top $top_n statements by WAL fpi per second (in bytes) (pg_stat_statements)",
26082610
"type": "timeseries"
26092611
},
26102612
{
@@ -2841,7 +2843,7 @@
28412843
"refId": "A"
28422844
}
28432845
],
2844-
"title": "Top $top_n statements by temp bytes read (pg_stat_statements)",
2846+
"title": "Top $top_n statements by temp bytes read per second (pg_stat_statements)",
28452847
"type": "timeseries"
28462848
},
28472849
{
@@ -3079,7 +3081,7 @@
30793081
"refId": "A"
30803082
}
30813083
],
3082-
"title": "Top $top_n statements by temp bytes written (pg_stat_statements)",
3084+
"title": "Top $top_n statements by temp bytes written per second (pg_stat_statements)",
30833085
"type": "timeseries"
30843086
},
30853087
{

0 commit comments

Comments
 (0)