Logs, metrics, events, and metering are available for every app without an agent or sidecar.
logs
kedge logs myapp
The stream merges stdout and stderr from every instance and region. -tail N
and -since 5m scope it, -no-follow prints and exits, and a trailing term
filters records. The app page exposes the same live and archived stream.
metrics
The app metrics page graphs requests, errors, latency percentiles, instance counts, restores, CPU, memory working set, and egress.
kedge metrics myapp
kedge metrics myapp -window 15m -json
The REST metrics subtree is PromQL-compatible, so Grafana and other Prometheus clients can query the same stored series. See the generated apps operations.
events and webhooks
The activity feed records deploys, failures, expiry, billing warnings, and other account events. It can be followed live in the web UI or as an SSE stream. Webhooks push the same curated events to an endpoint you control and sign each delivery with HMAC.
usage
The billing page and kedge billing show balance, live run-rate,
and recent usage. The pricing guide explains what each meter
counts; the REST account operations expose the same data for automation.