Skip to content

Commit 74cb4d1

Browse files
committed
Merge branch 'neo/dashboard14-title-casing' into 'main'
dashboard: normalize Dashboard 14 title casing Closes #206 See merge request postgres-ai/postgresai!273
2 parents d60068f + 98147d5 commit 74cb4d1

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

config/grafana/dashboards/Dashboard_14_IO_Statistics.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"id": 1,
4848
"panels": [],
49-
"title": "I/O Overview",
49+
"title": "I/O overview",
5050
"type": "row"
5151
},
5252
{
@@ -245,7 +245,7 @@
245245
"refId": "C"
246246
}
247247
],
248-
"title": "I/O Time (ms per second)",
248+
"title": "I/O time (ms/s)",
249249
"type": "timeseries"
250250
},
251251
{
@@ -312,7 +312,7 @@
312312
"refId": "A"
313313
}
314314
],
315-
"title": "Buffer Hit Ratio (%)",
315+
"title": "Buffer hit ratio (%)",
316316
"type": "gauge"
317317
},
318318
{
@@ -415,7 +415,7 @@
415415
"refId": "C"
416416
}
417417
],
418-
"title": "I/O Operations (ops/s)",
418+
"title": "I/O operations (ops/s)",
419419
"type": "timeseries"
420420
},
421421
{
@@ -428,7 +428,7 @@
428428
},
429429
"id": 10,
430430
"panels": [],
431-
"title": "I/O by Backend Type",
431+
"title": "I/O by backend type",
432432
"type": "row"
433433
},
434434
{
@@ -517,7 +517,7 @@
517517
"refId": "A"
518518
}
519519
],
520-
"title": "Reads by Backend Type (ops/s)",
520+
"title": "Reads by backend type (ops/s)",
521521
"type": "timeseries"
522522
},
523523
{
@@ -606,7 +606,7 @@
606606
"refId": "A"
607607
}
608608
],
609-
"title": "Writes by Backend Type (ops/s)",
609+
"title": "Writes by backend type (ops/s)",
610610
"type": "timeseries"
611611
},
612612
{
@@ -619,7 +619,7 @@
619619
},
620620
"id": 20,
621621
"panels": [],
622-
"title": "Writebacks, Fsyncs & Extends",
622+
"title": "Writebacks, fsyncs, and file extends",
623623
"type": "row"
624624
},
625625
{
@@ -886,7 +886,7 @@
886886
"refId": "A"
887887
}
888888
],
889-
"title": "Extends/File Growth (ops/s)",
889+
"title": "File extends (ops/s)",
890890
"type": "timeseries"
891891
},
892892
{
@@ -899,7 +899,7 @@
899899
},
900900
"id": 30,
901901
"panels": [],
902-
"title": "Buffer Cache Efficiency",
902+
"title": "Buffer cache efficiency",
903903
"type": "row"
904904
},
905905
{
@@ -995,7 +995,7 @@
995995
"refId": "B"
996996
}
997997
],
998-
"title": "Buffer Evictions & Reuses (ops/s)",
998+
"title": "Buffer evictions and reuses (ops/s)",
999999
"type": "timeseries"
10001000
},
10011001
{
@@ -1084,7 +1084,7 @@
10841084
"refId": "A"
10851085
}
10861086
],
1087-
"title": "Buffer Hits by Backend Type (ops/s)",
1087+
"title": "Buffer hits by backend type (ops/s)",
10881088
"type": "timeseries"
10891089
}
10901090
],
@@ -1144,7 +1144,7 @@
11441144
},
11451145
"timepicker": {},
11461146
"timezone": "utc",
1147-
"title": "14. I/O Statistics (pg_stat_io)",
1147+
"title": "14. I/O statistics (pg_stat_io)",
11481148
"uid": "io_statistics",
11491149
"version": 1
11501150
}

0 commit comments

Comments
 (0)