Introduction
How Edge works
The Edge runtime model
Edge receives telemetry, evaluates policies, applies the resulting action, and forwards the remaining telemetry to the configured upstream.
Each policy evaluates against the original telemetry, not the output of earlier policies. Matching policies contribute actions, and Edge resolves the final keep and transform result.
Atomic policies make runtime behavior easier to reason about. A policy should express one intent, such as dropping successful health checks or redacting a payment field. Adding one policy should not require understanding a hidden chain of earlier processors.
⌘I