Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix vs / asm cpu units #64

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading