Observability
Operating Streamdat in production assumes JSON logs, metrics scraping, and optional error tracking. Paths below are on the application origin — not this marketing host.
Health
The API exposes GET /api/health for load balancers and uptime monitors (see OpenAPI under the system group in Swagger).
Metrics
Prometheus text exposition is typically available at https://streamdat.neuralpromptventures.ai/metrics when enabled for your deployment. Scrape interval and cardinality controls belong in your observability stack (Grafana Cloud, Datadog agent, etc.).
Logs
The API and workers emit structured JSON with PII redaction hooks. Forward logs to your aggregator the same way you would for any FastAPI + Celery fleet.
Errors
Sentry (or compatible) may be wired for uncaught exceptions in API and workers — see environment variables and deployment notes in the Streamdat_app repository.