Skip to content

Commit

Permalink
Merge pull request #64 from clhain/63_fix_vs_cpu_units
Browse files Browse the repository at this point in the history
fix vs / asm cpu units
  • Loading branch information
clhain authored Dec 12, 2024
2 parents 5c215e5 + e7d8fb5 commit c262384
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"axisSoftMax": 1,
"axisSoftMax": 100,
"axisSoftMin": 0,
"barAlignment": 0,
"barWidthFactor": 0.6,
Expand Down Expand Up @@ -1523,7 +1523,7 @@
}
]
},
"unit": "percentunit"
"unit": "percent"
},
"overrides": []
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"axisSoftMax": 1,
"axisSoftMax": 100,
"axisSoftMin": 0,
"barAlignment": 0,
"barWidthFactor": 0.6,
Expand Down Expand Up @@ -129,7 +129,7 @@
}
]
},
"unit": "percentunit"
"unit": "percent"
},
"overrides": []
},
Expand Down Expand Up @@ -408,7 +408,7 @@
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"axisSoftMax": 1,
"axisSoftMax": 100,
"axisSoftMin": 0,
"barAlignment": 0,
"barWidthFactor": 0.6,
Expand Down Expand Up @@ -451,7 +451,7 @@
}
]
},
"unit": "percentunit"
"unit": "percent"
},
"overrides": []
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"refId": "A"
}
],
"title": "Inventory Total By Device Type",
"title": "Inventory Total By Product Name",
"type": "piechart"
},
{
Expand Down Expand Up @@ -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"
},
{
Expand Down

0 comments on commit c262384

Please sign in to comment.