File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
metrics/provisioning/grafana/dashboards/common_dashboards Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1121
1121
"value" : 85
1122
1122
}
1123
1123
]
1124
- },
1125
- "unit" : " percentunit"
1124
+ }
1126
1125
},
1127
1126
"overrides" : []
1128
1127
},
1134
1133
},
1135
1134
"id" : 32 ,
1136
1135
"options" : {
1137
- "minVizHeight" : 75 ,
1138
- "minVizWidth" : 75 ,
1136
+ "colorMode" : " value" ,
1137
+ "graphMode" : " none" ,
1138
+ "justifyMode" : " auto" ,
1139
1139
"orientation" : " auto" ,
1140
+ "percentChangeColorMode" : " standard" ,
1140
1141
"reduceOptions" : {
1141
1142
"calcs" : [
1142
1143
" lastNotNull"
1143
1144
],
1144
1145
"fields" : " " ,
1145
1146
"values" : false
1146
1147
},
1147
- "showThresholdLabels " : false ,
1148
- "showThresholdMarkers " : true ,
1149
- "sizing " : " auto "
1148
+ "showPercentChange " : false ,
1149
+ "textMode " : " auto " ,
1150
+ "wideLayout " : true
1150
1151
},
1151
1152
"pluginVersion" : " 12.2.0" ,
1152
1153
"targets" : [
1156
1157
"uid" : " ${DS_PROMETHEUS}"
1157
1158
},
1158
1159
"editorMode" : " code" ,
1159
- "expr" : " ( process_open_fds{job=\" $job\" } / process_max_fds{job= \" $job \" }) * 100 " ,
1160
+ "expr" : " process_open_fds{job=\" $job\" }" ,
1160
1161
"legendFormat" : " FDs used %" ,
1161
1162
"range" : true ,
1162
1163
"refId" : " A"
1163
1164
}
1164
1165
],
1165
- "title" : " Open FDs % " ,
1166
- "type" : " gauge "
1166
+ "title" : " Open FDs" ,
1167
+ "type" : " stat "
1167
1168
},
1168
1169
{
1169
1170
"datasource" : {
You can’t perform that action at this time.
0 commit comments