Skip to main content

29 posts tagged with "Platform"

Backend, storage & operations

View All Tags

Green: per-service energy and carbon, CSRD-ready and offline

Maintainers

The new green module turns the pod→service map you already run into per-service energy (Wh) and carbon (gCO2e) — the numbers ESRS E1 / CSRD and internal sustainability targets ask for, without a spreadsheet estimate or a SaaS that wants your telemetry. Energy is measured by CNCF Kepler (from the CPU's RAPL counters); avuru obs already knows which pod is which service, so it attributes joules to the services on your map. Self-hosted, zero app changes, no external API.

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.