Monitoring¶
Prometheus and Grafana can provide visibility into VQE performance, batch generation progress, resource utilization, and pipeline health. Simulation containers push metrics to the Prometheus PushGateway; Prometheus scrapes the gateway and a set of exporters; Grafana renders dashboards from the collected data.
Scrape targets are configured in
monitoring/prometheus.yml.
The exporting services themselves are defined in
compose/docker-compose.ml.yaml.
Section Guide¶
-
Performance Metrics
Metric names, labels, collection configuration, PromQL query examples, and performance baselines from the thesis experiments.
-
Grafana Dashboards
Dashboard layout, template variables, and custom query examples.