CI / lint (pull_request) Successful in 5m7s
CI / unit (pull_request) Successful in 2m2s
CI / frontend (pull_request) Successful in 3m58s
CI / mutation (pull_request) Successful in 6m30s
CI / verify-stack (pull_request) Successful in 9m34s
CI / build (pull_request) Successful in 4m57s
Wire OTel metrics into the four remaining .NET services (acl, domain, event-subscriber, projection-api) exactly as the BFF: ASP.NET Core + HttpClient instrumentation + the built-in System.Runtime meter, exposed at /metrics via the Prometheus AspNetCore exporter (ADR-0024). Prometheus scrapes one job per service; Grafana ships a pre-built 'Request path — golden signals' dashboard (traffic/errors/latency/saturation). A verify-metrics CI step proves the endpoints are scraped end to end.
5 lines
236 B
Docker
5 lines
236 B
Docker
# Grafana with datasources + the golden-signals dashboard baked in via provisioning
|
|
# (S-16a/S-16c, ADR-0023). Everything under provisioning/ is copied in below.
|
|
FROM grafana/grafana:11.3.0
|
|
COPY provisioning/ /etc/grafana/provisioning/
|