Self-Hosted Observability Directory

Robusta

Kubernetes-native observability that turns Prometheus alerts into actionable, context-enriched events with auto-remediation playbooks.

LicenseMIT
Repositoryhttps://github.com/robusta-dev/robusta
GitHub stars (approx)3000
LanguagePython
Self-host deploymentkubernetes helm
Commercial hosted optionyes (vendor-run)
Freshness statusFresh
Freshness checked2026-05-17
Categoriesalerts, all-in-one
Replaces SaaSdatadog, new-relic

Robusta sits between your Prometheus alerts and your on-call channel. When an alert fires, Robusta runs a playbook — pulling pod logs, kubectl describe output, recent deployment events, related metrics — and posts a single enriched notification to Slack/MS Teams/PagerDuty instead of a bare “high CPU” ping.

Pick it if: you’re Kubernetes-first and your on-call team is drowning in low-context Prometheus alerts. The pre-built playbooks (CrashLoopBackOff, OOMKilled, ImagePullBackOff) materially shorten time-to-diagnosis. Self-hosted OSS core is fully featured; SaaS adds a hosted UI.

Skip it if: you’re not on Kubernetes — Robusta’s value proposition is k8s-native enrichment. Also skip if you’ve already built equivalent runbook-automation glue inside your alert pipeline (e.g., custom webhooks fanning into a Lambda).

Deployment: Helm chart only. Installs Prometheus + Alertmanager + Robusta together, or layers onto an existing kube-prometheus-stack. CLI tool for local playbook development.

← Back to directory