Observability

JaaS gives you four ways to see what it is doing in a cluster. Structured logs tell you what happened on a single request or reconcile; traces follow one operation across its spans; metrics aggregate behaviour into time series for dashboards and alerts; and alerts plus Kubernetes Events turn a sustained problem into a page or a notification.

Each pillar has its own page covering both the binary’s flags and the Helm chart keys that drive them:

Logging applies to every mode JaaS runs in. Tracing, metrics, and alerting are operator-mode concerns and take effect once --enable-flux-integration is set (operator.enabled in the chart).