You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This table shows the top 10 physical disks with the longest wait time for a write operation across all device paths for the selected time period.\nClick on an individual disk data row to see more details. ",
"description": "This chart shows the longest wait time for a write operation across all device paths on\n all selected physical disks during the selected time period.\n\nThe presented values are calculated as follows:\nmax(gpfs_pdds_max_disk_wait_wr) group_by gpfs_disk_name\n\n**Note** that the corresponding sensor GPFSPDDisk is running every 10 seconds.",
168
+
"fieldConfig": {
169
+
"defaults": {
170
+
"color": {
171
+
"mode": "palette-classic"
172
+
},
173
+
"custom": {
174
+
"axisBorderShow": false,
175
+
"axisCenteredZero": false,
176
+
"axisColorMode": "text",
177
+
"axisLabel": "",
178
+
"axisPlacement": "auto",
179
+
"barAlignment": 0,
180
+
"drawStyle": "line",
181
+
"fillOpacity": 0,
182
+
"gradientMode": "none",
183
+
"hideFrom": {
184
+
"legend": false,
185
+
"tooltip": false,
186
+
"viz": false
187
+
},
188
+
"insertNulls": false,
189
+
"lineInterpolation": "linear",
190
+
"lineWidth": 1,
191
+
"pointSize": 5,
192
+
"scaleDistribution": {
193
+
"type": "linear"
194
+
},
195
+
"showPoints": "auto",
196
+
"spanNulls": false,
197
+
"stacking": {
198
+
"group": "A",
199
+
"mode": "none"
200
+
},
201
+
"thresholdsStyle": {
202
+
"mode": "off"
203
+
}
204
+
},
205
+
"fieldMinMax": false,
206
+
"mappings": [],
207
+
"noValue": "null",
208
+
"thresholds": {
209
+
"mode": "absolute",
210
+
"steps": [
211
+
{
212
+
"color": "green",
213
+
"value": null
214
+
},
215
+
{
216
+
"color": "red",
217
+
"value": 80
218
+
}
219
+
]
220
+
},
221
+
"unit": "s"
222
+
},
223
+
"overrides": [
224
+
{
225
+
"matcher": {
226
+
"id": "byValue",
227
+
"options": {
228
+
"op": "gte",
229
+
"reducer": "allIsNull",
230
+
"value": 0
231
+
}
232
+
},
233
+
"properties": [
234
+
{
235
+
"id": "noValue",
236
+
"value": "0"
237
+
}
238
+
]
239
+
}
240
+
]
241
+
},
242
+
"gridPos": {
243
+
"h": 13,
244
+
"w": 18,
245
+
"x": 6,
246
+
"y": 0
247
+
},
248
+
"id": 1,
249
+
"options": {
250
+
"legend": {
251
+
"calcs": [],
252
+
"displayMode": "list",
253
+
"placement": "bottom",
254
+
"showLegend": true
255
+
},
256
+
"tooltip": {
257
+
"maxHeight": 600,
258
+
"mode": "single",
259
+
"sort": "none"
260
+
}
261
+
},
262
+
"targets": [
263
+
{
264
+
"aggregator": "max",
265
+
"alias": "$tag_gpfs_disk_name",
266
+
"datasource": {
267
+
"type": "opentsdb",
268
+
"uid": "aelsi0dap7w8we"
269
+
},
270
+
"disableDownsampling": true,
271
+
"downsampleAggregator": "noop",
272
+
"downsampleFillPolicy": "none",
273
+
"filters": [
274
+
{
275
+
"filter": "$disk",
276
+
"groupBy": true,
277
+
"tagk": "gpfs_disk_name",
278
+
"type": "pm_filter"
279
+
}
280
+
],
281
+
"metric": "gpfs_pdds_max_disk_wait_wr",
282
+
"refId": "A"
283
+
}
284
+
],
285
+
"title": "Physical disks MAX WAIT TIMES (data writes)",
0 commit comments