Files
swarm-house/simulator/monitoring/prometheus.yml
T
eSlider 8f98a0c994 feat(simulator): Grafana monitoring over generated Parquet
Monitoring compose profile: dependency-free Prometheus exporter that
scans the Parquet output with DuckDB (rows, detections, pose frames,
battery, RSSI, link distance, bytes on disk), Prometheus scrape config
and a provisioned Grafana dashboard. Demonstrates the observability
doctrine: fleet statistics derived from the data platform itself.
2026-07-08 13:27:53 +01:00

8 lines
122 B
YAML

global:
scrape_interval: 5s
scrape_configs:
- job_name: swarm
static_configs:
- targets: ["exporter:9105"]