Monitoring & Reference · Section 8

Observability & Metrics

Telemetry metrics are captured continuously and exposed inside the web cockpit or CLI.

Telemetry Metric Vectors

Runtime vCPU-SecondsMeasures allocated CPU millicores over time. Aggregated periodically to record CPU-seconds for usage tracking.
Memory GiB-SecondsMeasures allocated RAM over time. Aggregated periodically to record GiB-seconds for memory usage tracking.
Build MinutesMeasures compilation time during remote build steps inside the ephemeral worker.

Automated Service Health Probes

Kubeletto performs automatic health checks before routing traffic to a new revision. By default it uses a tcpSocket check on your container port. You can configure a custom HTTP readiness probe path and liveness probe path in the web console under Service → Settings → Health Probes.

A healthy readiness endpoint (e.g. /healthz) should return HTTP 200. Deployments that fail readiness checks within the timeout are automatically rolled back.