Monitoring & Alerts
Table of Contents
Monitoring stack includes Prometheus for metrics and Grafana for visualization.
Key Metrics
| Metric | Description | Alert Threshold |
|---|---|---|
pod_cpu_usage |
CPU utilization % |
> 80% |
pod_memory_usage |
Memory utilization % |
> 85% |
http_request_duration_seconds |
API response time |
p95 > 2s |
http_requests_total |
Request rate |
N/A |
error_rate |
Error percentage |
> 1% |
ServiceMonitors
Prometheus scrapes metrics from:
-
FTACS:
/metrics -
UI Backend:
/actuator/prometheus -
APIs:
/metrics