Three built images on the cg network with config baked in: Tempo (OTLP ingest, ports 4317/4318), Prometheus, and Grafana with both datasources auto-provisioned. Config lives in infra/observability/. The verify-observability step runs early in CI verify-stack; the three containers are added to the failure log-dump list. Tempo's Grafana plugin has no datasource /health method, so the check proves Tempo reachability through Grafana's datasource proxy instead. refs #122
5 lines
220 B
Docker
5 lines
220 B
Docker
# Grafana with datasources baked in via provisioning (S-16a, ADR-0023).
|
|
# Dashboards (S-16c, #124) are added under provisioning/dashboards later.
|
|
FROM grafana/grafana:11.3.0
|
|
COPY provisioning/ /etc/grafana/provisioning/
|