Prometheus Chaos Edition -
Enter – a little-known, experimental tool designed to do the unthinkable: intentionally break your Prometheus deployment so you can fix it before a real disaster.
# malicious_exporter.py from flask import Flask, Response import random app = Flask() prometheus chaos edition
Create a small proxy that intercepts /metrics endpoints: Enter – a little-known, experimental tool designed to
| | With PCE | | --- | --- | | You assume Prometheus is always healthy. | You prove it can survive partial failures. | | Alertmanager might be misconfigured for months. | You test silences, inhibitions, and receivers. | | A slow scrape delays critical alerts. | You detect latency thresholds before they matter. | | Grafana dashboards freeze, but no one notices. | You build fallback visualizations. | Enter – a little-known