Builtin Alert Enrichment¶
Robusta takes Prometheus to the next level by correlating alerts with other observability data.
Testing out Prometheus alerts¶
- Deploy a broken pod that will be stuck in pending state: 
kubectl apply -f https://raw.githubusercontent.com/robusta-dev/kubernetes-demos/main/pending_pods/pending_pod_resources.yaml
- Trigger a Prometheus alert immediately, skipping the normal delays: 
robusta playbooks trigger prometheus_alert alert_name=KubePodCrashLooping namespace=default pod_name=example-pod
