Skip to content

Commit c262384

Browse files
authored
Merge pull request #64 from clhain/63_fix_vs_cpu_units
fix vs / asm cpu units
2 parents 5c215e5 + e7d8fb5 commit c262384

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

services/grafana/provisioning/dashboards/bigip/device/device-virtual-server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@
14811481
"axisColorMode": "text",
14821482
"axisLabel": "",
14831483
"axisPlacement": "auto",
1484-
"axisSoftMax": 1,
1484+
"axisSoftMax": 100,
14851485
"axisSoftMin": 0,
14861486
"barAlignment": 0,
14871487
"barWidthFactor": 0.6,
@@ -1523,7 +1523,7 @@
15231523
}
15241524
]
15251525
},
1526-
"unit": "percentunit"
1526+
"unit": "percent"
15271527
},
15281528
"overrides": []
15291529
},

services/grafana/provisioning/dashboards/bigip/device/top-n.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"axisColorMode": "text",
8686
"axisLabel": "",
8787
"axisPlacement": "auto",
88-
"axisSoftMax": 1,
88+
"axisSoftMax": 100,
8989
"axisSoftMin": 0,
9090
"barAlignment": 0,
9191
"barWidthFactor": 0.6,
@@ -129,7 +129,7 @@
129129
}
130130
]
131131
},
132-
"unit": "percentunit"
132+
"unit": "percent"
133133
},
134134
"overrides": []
135135
},
@@ -408,7 +408,7 @@
408408
"axisColorMode": "text",
409409
"axisLabel": "",
410410
"axisPlacement": "auto",
411-
"axisSoftMax": 1,
411+
"axisSoftMax": 100,
412412
"axisSoftMin": 0,
413413
"barAlignment": 0,
414414
"barWidthFactor": 0.6,
@@ -451,7 +451,7 @@
451451
}
452452
]
453453
},
454-
"unit": "percentunit"
454+
"unit": "percent"
455455
},
456456
"overrides": []
457457
},

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)