Summary
The service exposes no metrics endpoint; there is no way to scrape request/settlement/webhook counters.
Location
src/api/mod.rs (no metrics route)
Details & impact
Operators can't monitor throughput, error rates, settlement latency, or webhook success without parsing logs.
Suggested fix
Add a metrics exporter (e.g., metrics + Prometheus) with counters/histograms for the key flows.
Acceptance criteria
/metrics exposes request, settlement, and webhook metrics.
Summary
The service exposes no metrics endpoint; there is no way to scrape request/settlement/webhook counters.
Location
src/api/mod.rs(no metrics route)Details & impact
Operators can't monitor throughput, error rates, settlement latency, or webhook success without parsing logs.
Suggested fix
Add a metrics exporter (e.g.,
metrics+ Prometheus) with counters/histograms for the key flows.Acceptance criteria
/metricsexposes request, settlement, and webhook metrics.