Skip to content

Add cpu recording rules to detect outliers

This is part of https://gitlab.com/gitlab-com/infrastructure/issues/2895

We can use the last hour of cpu usage as a reference, if we go over 2x what happened in the last hour we can consider alerting, this way the alert is dynamic with load.

This still doesn't implement the alert, it only provides the recordings to make it cheap for prometheus.

Merge request reports