We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b085c5 commit e7d8fb5Copy full SHA for e7d8fb5
services/grafana/provisioning/dashboards/bigip/fleet/fleet-inventory.json
@@ -191,7 +191,7 @@
191
"refId": "A"
192
}
193
],
194
- "title": "Inventory Total By Device Type",
+ "title": "Inventory Total By Product Name",
195
"type": "piechart"
196
},
197
{
@@ -249,14 +249,14 @@
249
"uid": "${datasource}"
250
251
"editorMode": "code",
252
- "expr": "sum(f5_system_info) by (system_product_name)",
+ "expr": "sum(f5_system_info) by (f5_system_marketing_name)",
253
"instant": false,
254
"legendFormat": "__auto",
255
"range": true,
256
257
258
259
+ "title": "Inventory Total By Porduct Type",
260
261
262
0 commit comments