Actions
action #134816
closed[tools] grafana dashboard for `OpenQA Jobs test` partially without any data from OSD migration size:M
Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
Start date:
2023-08-30
Due date:
% Done:
0%
Estimated time:
Description
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
Actions