Production-ready monitoring stack configurations for Prometheus, Grafana, Loki, and Alertmanager.
├── prometheus/ │ ├── rules/ # Alert rules │ └── targets/ # Scrape targets ├── grafana/ │ ├── dashboards/ # JSON dashboards │ └── datasources/ # Data source configs ├── alertmanager/ # Alert routing ├── loki/ # Log aggregation └── promtail/ # Log shipping
docker-compose up -d # Grafana: http://localhost:3000 (admin/admin) # Prometheus: http://localhost:9090
MIT