Documentation Observability
OBSERVABILITY / EXPERT

Logs, traces & privacy

Find useful diagnostic evidence without exposing private records.

Redaction is defense in depth

Pattern matching cannot reliably sanitize arbitrary secrets or production content. Collection must avoid emitting sensitive data in the first place. Authentication and explicit public schemas remain the primary boundaries; redaction reduces incidental exposure inside the owner view.

Cardinality and payload rules

Run IDs and trace IDs belong in bounded diagnostic records, not unconstrained metric labels. Production article text, prompts, model outputs, and tokens must not be copied into new telemetry. This matters both for privacy and for avoiding runaway series counts.

Trace rollout

If trace export is added, propagate context through the actual request and queue boundaries and verify a complete sample. Respect the existing sampling ceiling, retention, and quota controls. Do not present a synthetic trace or disconnected spans as proof of production end-to-end coverage.

ON THIS PAGE

THREE WAYS TO UNDERSTAND

Same system.
Your level of detail.

Switch reading modes above to find the explanation that fits.

Explore Technical →

Keep exploring

The observability portal

One organized interface for infrastructure and application evidence.

NutsNews service map

Follow the application from its public endpoints to workers and data services.