Skip to content

Commit 71f6a09

Browse files
authored
Merge pull request #68 from paulojmdias/main
fix: fix grafana avg iops overview
2 parents df52b42 + 9428cbc commit 71f6a09

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

extra/grafana/grafana-purefb-flashblade-overview.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262
]
6363
},
64-
"description": "v1.0.5 Fixes a bug with Grafana setting datasource \"uid\": \"${DS_PROMETHEUS}\" causing some user panels not to successfully load. Fix involves manually overriding with \"uid\": \"$datasource\".",
64+
"description": "v1.0.6 Fix: Changes Average IOPS by IO Type and array(s) from Instant to Range to calculate average over range rather returning a single average value.",
6565
"editable": false,
6666
"fiscalYearStartMonth": 0,
6767
"graphTooltip": 1,
@@ -1303,10 +1303,10 @@
13031303
"exemplar": false,
13041304
"expr": "sum(avg_over_time(purefb_array_performance_throughput_iops{instance=~\"$instance\",env=~\"$env\"}[$__range])) by (dimension)",
13051305
"format": "time_series",
1306-
"instant": true,
1306+
"instant": false,
13071307
"interval": "",
13081308
"legendFormat": "__auto",
1309-
"range": false,
1309+
"range": true,
13101310
"refId": "Average IOPS"
13111311
}
13121312
],
@@ -2954,8 +2954,8 @@
29542954
{
29552955
"current": {
29562956
"selected": false,
2957-
"text": "1.0.5",
2958-
"value": "1.0.5"
2957+
"text": "1.0.6",
2958+
"value": "1.0.6"
29592959
},
29602960
"hide": 2,
29612961
"includeAll": false,
@@ -2964,11 +2964,11 @@
29642964
"options": [
29652965
{
29662966
"selected": true,
2967-
"text": "1.0.5",
2968-
"value": "1.0.5"
2967+
"text": "1.0.6",
2968+
"value": "1.0.6"
29692969
}
29702970
],
2971-
"query": "1.0.5",
2971+
"query": "1.0.6",
29722972
"skipUrlSync": false,
29732973
"type": "custom"
29742974
},
@@ -3177,6 +3177,6 @@
31773177
"timezone": "",
31783178
"title": "Pure Storage FlashBlade - Overview",
31793179
"uid": "z0BG6-vVz",
3180-
"version": 217,
3180+
"version": 218,
31813181
"weekStart": ""
3182-
}
3182+
}

0 commit comments

Comments
 (0)