Skip to content

Commit ba08344

Browse files
committed
Change Open Fds % to Open FDs
1 parent 1c79d81 commit ba08344

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

metrics/provisioning/grafana/dashboards/common_dashboards/ethrex_l1_perf.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,8 +1121,7 @@
11211121
"value": 85
11221122
}
11231123
]
1124-
},
1125-
"unit": "percentunit"
1124+
}
11261125
},
11271126
"overrides": []
11281127
},
@@ -1134,19 +1133,21 @@
11341133
},
11351134
"id": 32,
11361135
"options": {
1137-
"minVizHeight": 75,
1138-
"minVizWidth": 75,
1136+
"colorMode": "value",
1137+
"graphMode": "none",
1138+
"justifyMode": "auto",
11391139
"orientation": "auto",
1140+
"percentChangeColorMode": "standard",
11401141
"reduceOptions": {
11411142
"calcs": [
11421143
"lastNotNull"
11431144
],
11441145
"fields": "",
11451146
"values": false
11461147
},
1147-
"showThresholdLabels": false,
1148-
"showThresholdMarkers": true,
1149-
"sizing": "auto"
1148+
"showPercentChange": false,
1149+
"textMode": "auto",
1150+
"wideLayout": true
11501151
},
11511152
"pluginVersion": "12.2.0",
11521153
"targets": [
@@ -1156,14 +1157,14 @@
11561157
"uid": "${DS_PROMETHEUS}"
11571158
},
11581159
"editorMode": "code",
1159-
"expr": "(process_open_fds{job=\"$job\"} / process_max_fds{job=\"$job\"}) * 100",
1160+
"expr": "process_open_fds{job=\"$job\"}",
11601161
"legendFormat": "FDs used %",
11611162
"range": true,
11621163
"refId": "A"
11631164
}
11641165
],
1165-
"title": "Open FDs %",
1166-
"type": "gauge"
1166+
"title": "Open FDs",
1167+
"type": "stat"
11671168
},
11681169
{
11691170
"datasource": {

0 commit comments

Comments
 (0)