Route
A route is the matcher that turns a recipe into running config. Each route owns:
- A source filter — which records this route applies to
- A pipeline reference + parameter overrides
- A list of destinations — terminal exporters that receive the processed records
Routes are scoped to a collector or a Collector Group (per ADR 0011 — Routes Scoped to Owner). Two collectors can share a pipeline but each has its own routes wiring sources and destinations differently.