Project

General

Profile

action #160814

Updated by ph03nix about 1 month ago

Currently we collect all image stats in the same `sizemon` database. We should create a new "bci" database for BCI image stats to avoid overusage of a single database 

 ## Acceptance criteria 

 * Create new "bci" database on the k2 host 
 * Update the grafana dashboard to use this database instead of "sizemon" 
 * Update the openQA jobs to push the container stats to "bci" and not to "sizemon" 
 * Update the [k2 documentation](https://gitlab.suse.de/qac/k2.qe.suse.de/-/blob/main/doc/database.md?ref_type=heads#database-schema-initialization) to include the new schema 

 ## References 

 * https://gitlab.suse.de/qac/k2.qe.suse.de/ 
 * https://confluence.suse.com/display/qasle/Support+servers 
 * https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/97b39c5abb57331fa9e87d063e1d121dd2f6302d/tests/containers/bci_version_check.pm#L56

Back