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.
14 lines
424 B
YAML
14 lines
424 B
YAML
# Dashboard provider (S-16c, ADR-0023): Grafana loads every *.json in this folder as a
|
|
# read-only, code-owned dashboard. The golden-signals board is versioned here, not
|
|
# clicked together in the UI.
|
|
apiVersion: 1
|
|
|
|
providers:
|
|
- name: register-referentie
|
|
type: file
|
|
disableDeletion: true
|
|
allowUiUpdates: false
|
|
options:
|
|
path: /etc/grafana/provisioning/dashboards
|
|
foldersFromFilesStructure: false
|