From e7d8fb507931b63342bc23d2872470764cc9e411 Mon Sep 17 00:00:00 2001 From: Chris Hain Date: Fri, 6 Dec 2024 15:12:21 -0800 Subject: [PATCH] fix query for product type in inventory dashboard --- .../dashboards/bigip/fleet/fleet-inventory.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/grafana/provisioning/dashboards/bigip/fleet/fleet-inventory.json b/services/grafana/provisioning/dashboards/bigip/fleet/fleet-inventory.json index 3a3c335..a6d711b 100644 --- a/services/grafana/provisioning/dashboards/bigip/fleet/fleet-inventory.json +++ b/services/grafana/provisioning/dashboards/bigip/fleet/fleet-inventory.json @@ -191,7 +191,7 @@ "refId": "A" } ], - "title": "Inventory Total By Device Type", + "title": "Inventory Total By Product Name", "type": "piechart" }, { @@ -249,14 +249,14 @@ "uid": "${datasource}" }, "editorMode": "code", - "expr": "sum(f5_system_info) by (system_product_name)", + "expr": "sum(f5_system_info) by (f5_system_marketing_name)", "instant": false, "legendFormat": "__auto", "range": true, "refId": "A" } ], - "title": "Inventory Total By Device Type", + "title": "Inventory Total By Porduct Type", "type": "piechart" }, {