Page MenuHomePhabricator

No alerting for quarry
Closed, ResolvedPublicBUG REPORT

Description

Right now https://quarry.wmcloud.org/ is displaying an error page. There is nothing on alertmanager indicating that anything is wrong with Quarry.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
bd808 changed the subtype of this task from "Task" to "Bug Report".Apr 17 2025, 12:45 AM
MariaDB [prometheusconfig]> insert into alerts (project_id, name, expr, duration, severity, annotations) values (16, 'Down', 'up{project="quarry",job="app"} == 0', '5m', 'critical', '{"summary": "Quarry application is unreachable"}');
Query OK, 1 row affected (0.033 sec)