Skip to content

Commit e7d8fb5

Browse files
committed
fix query for product type in inventory dashboard
1 parent 6b085c5 commit e7d8fb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/grafana/provisioning/dashboards/bigip/fleet/fleet-inventory.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"refId": "A"
192192
}
193193
],
194-
"title": "Inventory Total By Device Type",
194+
"title": "Inventory Total By Product Name",
195195
"type": "piechart"
196196
},
197197
{
@@ -249,14 +249,14 @@
249249
"uid": "${datasource}"
250250
},
251251
"editorMode": "code",
252-
"expr": "sum(f5_system_info) by (system_product_name)",
252+
"expr": "sum(f5_system_info) by (f5_system_marketing_name)",
253253
"instant": false,
254254
"legendFormat": "__auto",
255255
"range": true,
256256
"refId": "A"
257257
}
258258
],
259-
"title": "Inventory Total By Device Type",
259+
"title": "Inventory Total By Porduct Type",
260260
"type": "piechart"
261261
},
262262
{

0 commit comments

Comments
 (0)