Skip to content

Commit 041510b

Browse files
committed
Adjust num of decimals and threshold in JIT panel.
1 parent 7488cd8 commit 041510b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grafana/postgres/v12/0-health-check.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4987,7 +4987,7 @@
49874987
"description": "Percentage of total query execution time spent in JIT. (requires stat_statements_jit metric)",
49884988
"fieldConfig": {
49894989
"defaults": {
4990-
"decimals": 5,
4990+
"decimals": 2,
49914991
"mappings": [
49924992
{
49934993
"options": {
@@ -5010,11 +5010,11 @@
50105010
},
50115011
{
50125012
"color": "orange",
5013-
"value": 2
5013+
"value": 1
50145014
},
50155015
{
50165016
"color": "red",
5017-
"value": 5
5017+
"value": 25
50185018
}
50195019
]
50205020
},

grafana/postgres/v12/global-health.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@
20122012
},
20132013
{
20142014
"id": "decimals",
2015-
"value": 5
2015+
"value": 2
20162016
},
20172017
{
20182018
"id": "custom.cellOptions",

0 commit comments

Comments
 (0)