KGKasGraphGitHub

monitoring

Monitoring is documented; hosted alerting is pending.

KasGraph exposes health/status/metrics surfaces, but hosted log streaming and alerting require a persistent deployment and provider configuration.

Structured logs

Implemented locally

API emits JSON lines; hosted protected log streaming is pending.

/healthz and /health

Implemented

Backed by Postgres SELECT 1 in the API process.

/status

Implemented

Reports observable gateway/Postgres state; RPC is unavailable unless wired by host.

/metrics

Implemented

Prometheus-style gateway/Postgres metrics.

Uptime checks

Documented

Needs provider setup on persistent host.

Alerts

Documented

API, RPC, Postgres, DAA stall, resource, GraphQL, POI, streaming, and MCP alerts are defined.

Protected logs

Pending

No public detailed logs are exposed.

Read Monitoring Docs