Actions
action #135008
openMax job age graphs use mean aggregation when max would make more sense
Start date:
2023-09-01
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
The oldest scheduled jobs on OSD are not visible in the max job age graph, e.g. today we have 4 days old scheduled jobs but the graph suggests that there are only younger jobs. This also impacts the alerting which is not firing when it probably should.
Acceptance criteria¶
- AC1: The graphs for job age use https://stats.openqa-monitor.qa.suse.de/d/7W06NBWGk/job-age for every query/percentile.
- AC2: Alerts associated with those panels are updated accordingly as well.
Suggestions and remarks¶
- It is probably the easiest to do this change by editing the JSON/YAML directly.
- We have already established that
mean
was always used here. So this is not a regression.
Updated by okurz over 1 year ago
- Related to action #105804: Job age (scheduled) (median) alert size:S added
Actions