Commit 3d795ff
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
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
2384 | 2384 | | |
2385 | 2385 | | |
2386 | 2386 | | |
2387 | | - | |
| 2387 | + | |
2388 | 2388 | | |
2389 | 2389 | | |
2390 | 2390 | | |
| |||
4993 | 4993 | | |
4994 | 4994 | | |
4995 | 4995 | | |
4996 | | - | |
| 4996 | + | |
4997 | 4997 | | |
4998 | 4998 | | |
4999 | 4999 | | |
| |||
0 commit comments