Operations
Health and metrics
Health
curl --fail http://localhost:8080/health
The health route requires no bearer token. Use Compose health checks and gateway logs to diagnose startup and database connectivity.
Metrics
GET /metrics exposes Prometheus-compatible gateway metrics without auth.
The metrics catalog and proxy routes under /v2/metrics provide names and
query access; proxy queries require a configured metrics service. The local
Compose bundle does not include that service.
curl --fail http://localhost:8080/metrics
Telemetry
The standalone gateway sends anonymous startup and aggregate feature-use
telemetry. Disable it with LAYER_TELEMETRY=off or DO_NOT_TRACK=1.
The local Compose bundle disables it by default.
Telemetry excludes query text, vectors, namespace names, document IDs, bearer tokens, API keys, and document contents. See the generated telemetry reference.