Project

General

Profile

action #134816

Updated by livdywan 8 months ago

## Observation 

 Dashboard https://stats.openqa-monitor.qa.suse.de/d/nRDab3Jiz/openqa-jobs-test?orgId=1 

 missing data in graphs showing running tests from yesterday migration 

 ## Acceptance criteria 
 * **AC1:** No missing data for osd on Grafana 
 * **AC2:** Alerts related to affected panels are functioning 

 ## Suggestions 
 * In salt states in monitoring/telegraf/telegraf-webui.conf instead of `grains['fqdn']` use something like grains.get('primary_webui_domain', grains.get('fqdn'))`. Alternatively we could use the "id" in place of the FQDN 
 * If the above does not work then use an OR expression since we already have data with different domains in the db (or implement that to cover the data from 2023-08-29 to today) 
 * Also check whether alerts need to be covered 
 * As alternative can we change the FQDN of osd to again point to openqa.suse.de 
     * Apparently a bad idea according to mcaj (not sure why) 
 * See existing MR: https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/953

Back