Skip to content

Commit 3d795ff

Browse files
authored
feat(DB): correct units for DB table sizes (#2774)
## Secure Coding Practices Checklist GitHub Link - https://github.com/RedHatInsights/secure-coding-checklist ## Secure Coding Checklist - [ ] Input Validation - [ ] Output Encoding - [ ] Authentication and Password Management - [ ] Session Management - [ ] Access Control - [ ] Cryptographic Practices - [ ] Error Handling and Logging - [ ] Data Protection - [ ] Communication Security - [ ] System Configuration - [ ] Database Security - [ ] File Management - [ ] Memory Management - [x] General Coding Practices <!-- This is an auto-generated comment: release notes by coderabbit.ai --> - Corrected database table size units in Grafana dashboard from "deckbytes" to "bytes" for accurate metric representation <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 322feff commit 3d795ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dashboards/grafana-dashboard-insights-compliance-general.template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ objects:
100100
"editable": true,
101101
"fiscalYearStartMonth": 0,
102102
"graphTooltip": 0,
103-
"id": 1267873,
103+
"id": 1025982,
104104
"links": [],
105105
"panels": [
106106
{
@@ -2384,7 +2384,7 @@ objects:
23842384
}
23852385
]
23862386
},
2387-
"unit": "deckbytes"
2387+
"unit": "bytes"
23882388
},
23892389
"overrides": []
23902390
},
@@ -4993,7 +4993,7 @@ objects:
49934993
"timezone": "",
49944994
"title": "Compliance",
49954995
"uid": "compliance",
4996-
"version": 14096
4996+
"version": 4
49974997
}
49984998
kind: ConfigMap
49994999
metadata:

0 commit comments

Comments
 (0)