Skip to content

Commit 701138b

Browse files
authored
Merge pull request #15 from guanzhongcai/master
fix bug: use short format instead of bytes in pg_stat_database view, s…
2 parents 74b7052 + d1ca3e9 commit 701138b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dashboards/postgresql-database.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"rgba(50, 172, 45, 0.97)"
329329
],
330330
"datasource": "${DS_PROMETHEUS}",
331-
"format": "decbytes",
331+
"format": "short",
332332
"gauge": {
333333
"maxValue": 100,
334334
"minValue": 0,
@@ -411,7 +411,7 @@
411411
"rgba(50, 172, 45, 0.97)"
412412
],
413413
"datasource": "${DS_PROMETHEUS}",
414-
"format": "decbytes",
414+
"format": "short",
415415
"gauge": {
416416
"maxValue": 100,
417417
"minValue": 0,
@@ -1872,7 +1872,7 @@
18721872
},
18731873
"yaxes": [
18741874
{
1875-
"format": "bytes",
1875+
"format": "short",
18761876
"label": null,
18771877
"logBase": 1,
18781878
"max": null,
@@ -1966,7 +1966,7 @@
19661966
},
19671967
"yaxes": [
19681968
{
1969-
"format": "bytes",
1969+
"format": "short",
19701970
"label": null,
19711971
"logBase": 1,
19721972
"max": null,
@@ -2060,7 +2060,7 @@
20602060
},
20612061
"yaxes": [
20622062
{
2063-
"format": "bytes",
2063+
"format": "short",
20642064
"label": null,
20652065
"logBase": 1,
20662066
"max": null,
@@ -2251,7 +2251,7 @@
22512251
},
22522252
"yaxes": [
22532253
{
2254-
"format": "bytes",
2254+
"format": "short",
22552255
"label": null,
22562256
"logBase": 1,
22572257
"max": null,
@@ -2439,7 +2439,7 @@
24392439
},
24402440
"yaxes": [
24412441
{
2442-
"format": "bytes",
2442+
"format": "short",
24432443
"label": null,
24442444
"logBase": 1,
24452445
"max": null,

0 commit comments

Comments
 (0)