|
25 | 25 | "editable": true, |
26 | 26 | "fiscalYearStartMonth": 0, |
27 | 27 | "graphTooltip": 1, |
28 | | - "id": 35, |
| 28 | + "iteration": 1740487115678, |
29 | 29 | "links": [ |
30 | 30 | { |
31 | 31 | "asDropdown": true, |
|
45 | 45 | "liveNow": false, |
46 | 46 | "panels": [ |
47 | 47 | { |
48 | | - "datasource": { |
49 | | - "type": "prometheus", |
50 | | - "uid": "prometheus" |
51 | | - }, |
52 | 48 | "description": "Average latency in microseconds for the WAFL filesystem to process all the operations on the volume; not including request processing or network communication time.", |
53 | 49 | "fieldConfig": { |
54 | 50 | "defaults": { |
55 | 51 | "color": { |
56 | 52 | "mode": "palette-classic" |
57 | 53 | }, |
58 | 54 | "custom": { |
59 | | - "axisCenteredZero": false, |
60 | | - "axisColorMode": "text", |
61 | 55 | "axisLabel": "", |
62 | 56 | "axisPlacement": "auto", |
63 | 57 | "barAlignment": 0, |
|
131 | 125 | }, |
132 | 126 | "editorMode": "code", |
133 | 127 | "exemplar": false, |
134 | | - "expr": "avg(aws_fsx_disk_read_operations_average{dimension_FileSystemId=~\"$Cluster\"}) by (dimension_FileSystemId)", |
| 128 | + "expr": "avg(aws_fsx_disk_read_operations_average{dimension_FileSystemId=~\"$Cluster\"}) by (dimension_FileSystemId) /60", |
135 | 129 | "interval": "", |
136 | 130 | "legendFormat": "{{dimension_FileSystemId}}_read_operations", |
137 | 131 | "range": true, |
|
143 | 137 | "uid": "prometheus" |
144 | 138 | }, |
145 | 139 | "editorMode": "code", |
146 | | - "expr": "avg(aws_fsx_disk_write_operations_average{dimension_FileSystemId=~\"$Cluster\"}) by (dimension_FileSystemId)", |
| 140 | + "exemplar": true, |
| 141 | + "expr": "avg(aws_fsx_disk_write_operations_average{dimension_FileSystemId=~\"$Cluster\"}) by (dimension_FileSystemId) /60", |
147 | 142 | "hide": false, |
148 | 143 | "instant": false, |
| 144 | + "interval": "", |
149 | 145 | "legendFormat": "{{dimension_FileSystemId}}_write_operations", |
150 | 146 | "range": true, |
151 | 147 | "refId": "B" |
|
156 | 152 | "uid": "prometheus" |
157 | 153 | }, |
158 | 154 | "editorMode": "code", |
159 | | - "expr": "sum(aws_fsx_disk_write_operations_average{dimension_FileSystemId=~\"$Cluster\"} + aws_fsx_disk_read_operations_average{dimension_FileSystemId=~\"$Cluster\"}) by (dimension_FileSystemId)", |
| 155 | + "exemplar": true, |
| 156 | + "expr": "sum(aws_fsx_disk_write_operations_average{dimension_FileSystemId=~\"$Cluster\"} + aws_fsx_disk_read_operations_average{dimension_FileSystemId=~\"$Cluster\"}) by (dimension_FileSystemId) /60", |
160 | 157 | "hide": false, |
161 | 158 | "instant": false, |
| 159 | + "interval": "", |
162 | 160 | "legendFormat": "{{dimension_FileSystemId}}_sum_operations", |
163 | 161 | "range": true, |
164 | 162 | "refId": "C" |
|
169 | 167 | "type": "timeseries" |
170 | 168 | }, |
171 | 169 | { |
172 | | - "datasource": { |
173 | | - "type": "prometheus", |
174 | | - "uid": "prometheus" |
175 | | - }, |
176 | 170 | "description": "Average latency in microseconds for the WAFL filesystem to process all the operations on the volume; not including request processing or network communication time.", |
177 | 171 | "fieldConfig": { |
178 | 172 | "defaults": { |
179 | 173 | "color": { |
180 | 174 | "mode": "palette-classic" |
181 | 175 | }, |
182 | 176 | "custom": { |
183 | | - "axisCenteredZero": false, |
184 | | - "axisColorMode": "text", |
185 | 177 | "axisLabel": "", |
186 | 178 | "axisPlacement": "auto", |
187 | 179 | "barAlignment": 0, |
|
267 | 259 | "uid": "prometheus" |
268 | 260 | }, |
269 | 261 | "editorMode": "code", |
| 262 | + "exemplar": true, |
270 | 263 | "expr": "avg(aws_fsx_disk_read_bytes_average{dimension_FileSystemId=~\"$Cluster\"}) by (dimension_FileSystemId) / 1048576", |
271 | 264 | "hide": false, |
272 | 265 | "instant": false, |
| 266 | + "interval": "", |
273 | 267 | "legendFormat": "{{dimension_FileSystemId}}_read_megabytes", |
274 | 268 | "range": true, |
275 | 269 | "refId": "B" |
|
280 | 274 | "uid": "prometheus" |
281 | 275 | }, |
282 | 276 | "editorMode": "code", |
283 | | - "expr": "sum(aws_fsx_disk_read_bytes_average{dimension_FileSystemId=~\"$Cluster\"} + aws_fsx_disk_write_bytes_average{dimension_FileSystemId=~\"$Cluster\"} ) by (dimension_FileSystemId)", |
| 277 | + "exemplar": true, |
| 278 | + "expr": "sum(aws_fsx_disk_read_bytes_average{dimension_FileSystemId=~\"$Cluster\"} + aws_fsx_disk_write_bytes_average{dimension_FileSystemId=~\"$Cluster\"} ) by (dimension_FileSystemId) / 1048576", |
284 | 279 | "hide": false, |
285 | 280 | "instant": false, |
| 281 | + "interval": "", |
286 | 282 | "legendFormat": "{{dimension_FileSystemId}}_sum_megabytes", |
287 | 283 | "range": true, |
288 | 284 | "refId": "C" |
|
293 | 289 | "type": "timeseries" |
294 | 290 | }, |
295 | 291 | { |
296 | | - "datasource": { |
297 | | - "type": "prometheus", |
298 | | - "uid": "prometheus" |
299 | | - }, |
300 | 292 | "description": "Average latency in microseconds for the WAFL filesystem to process all the operations on the volume; not including request processing or network communication time.", |
301 | 293 | "fieldConfig": { |
302 | 294 | "defaults": { |
303 | 295 | "color": { |
304 | 296 | "mode": "palette-classic" |
305 | 297 | }, |
306 | 298 | "custom": { |
307 | | - "axisCenteredZero": false, |
308 | | - "axisColorMode": "text", |
309 | 299 | "axisLabel": "", |
310 | 300 | "axisPlacement": "auto", |
311 | 301 | "barAlignment": 0, |
|
334 | 324 | } |
335 | 325 | }, |
336 | 326 | "mappings": [], |
| 327 | + "min": 0, |
337 | 328 | "thresholds": { |
338 | 329 | "mode": "absolute", |
339 | 330 | "steps": [ |
|
353 | 344 | "options": { |
354 | 345 | "mode": "exclude", |
355 | 346 | "names": [ |
356 | | - "fs-038c109c5e023e533_network_throughput_utilization" |
| 347 | + "fs-09261fd9478d5a3e5_network_throughput_utilization" |
357 | 348 | ], |
358 | 349 | "prefix": "All except:", |
359 | 350 | "readOnly": true |
|
429 | 420 | "uid": "prometheus" |
430 | 421 | }, |
431 | 422 | "editorMode": "code", |
432 | | - "expr": "sum(aws_fsx_file_server_disk_throughput_utilization_average{dimension_FileSystemId=~\"$Cluster\"} + aws_fsx_disk_write_bytes_average{dimension_FileSystemId=~\"$Cluster\"} ) by (dimension_FileSystemId)", |
| 423 | + "exemplar": true, |
| 424 | + "expr": "avg(aws_fsx_file_server_disk_throughput_utilization_average{dimension_FileSystemId=~\"$Cluster\"}) by (dimension_FileSystemId)", |
433 | 425 | "hide": false, |
434 | 426 | "instant": false, |
| 427 | + "interval": "", |
435 | 428 | "legendFormat": "{{dimension_FileSystemId}}_disk_throughput_utilization", |
436 | 429 | "range": true, |
437 | 430 | "refId": "C" |
|
443 | 436 | "type": "timeseries" |
444 | 437 | } |
445 | 438 | ], |
446 | | - "refresh": false, |
447 | | - "schemaVersion": 38, |
| 439 | + "refresh": "", |
| 440 | + "schemaVersion": 34, |
448 | 441 | "style": "dark", |
449 | 442 | "tags": [], |
450 | 443 | "templating": { |
451 | 444 | "list": [ |
452 | 445 | { |
453 | 446 | "current": { |
454 | | - "selected": false, |
| 447 | + "selected": true, |
455 | 448 | "text": [ |
456 | | - "" |
| 449 | + "fs-09261fd9478d5a3e5" |
457 | 450 | ], |
458 | 451 | "value": [ |
459 | | - "" |
| 452 | + "fs-09261fd9478d5a3e5" |
460 | 453 | ] |
461 | 454 | }, |
462 | 455 | "datasource": { |
|
504 | 497 | "timezone": "", |
505 | 498 | "title": "FSxN: Utilization", |
506 | 499 | "uid": "c467bd93-f82b-4c34-8bc0-3a8b71e39898", |
507 | | - "version": 3, |
| 500 | + "version": 2, |
508 | 501 | "weekStart": "" |
509 | 502 | } |
0 commit comments