Skip to main content
Maintainers
View all authors

Alerting: get a webhook when a service goes down

Maintainers

A new Alerting module closes the loop on service health: when a group, service, or tier crosses into a bad state and stays there, avuru-obs fires a webhook — into Slack, PagerDuty, Opsgenie, Alertmanager, or any endpoint that accepts one. It's derived from the health you already compute; no probes, no new signal.

Error tracking: exceptions become triageable issues

Maintainers

A new Error tracking module turns the exceptions already flowing through avuru-obs — span exception events, error spans, and ERROR/FATAL logs — into first-class issues: deduplicated by fingerprint, each with a stack trace, an occurrence timeline, a link to a representative trace, and a triage lifecycle. No code change required.