Observability
Metrics and tracing for the FCA support agent:
- Prometheus + Langfuse Observability —
prometheus-fastapi-instrumentatormounted beforeapp.startup, Langfuse keys sourced fromSettings - Prometheus Instrumentator (HTTP Metrics) —
should_group_status_codes=False,excluded_handlersfor/metrics//health - Global Exception Handler —
@app.exception_handler(Exception)returning consistent JSON with debug/prod messaging
Last updated on