The OTel Collector Routing Pattern

Different telemetry to different vendors. The routing pattern, the rules, and the audit trail.

The idea

The OpenTelemetry Collector routing pattern is the architecture in which one collector deployment receives telemetry from many sources and routes each piece to the appropriate destination. It replaces the older pattern of point-to-point connections from each application to each backend. The routing pattern centralizes the decision about where telemetry goes and decouples applications from backend choices.

What the pattern provides:

The routing pattern decouples applications from backend choices. The collector becomes the single integration point.

Routing rules

The routing rules are the heart of the pattern. They translate telemetry attributes into destination decisions. Well-designed rules are explicit, tested, and reviewed; poorly-designed rules accumulate complexity and produce surprising routing.

The rules are the artifact that makes the routing pattern usable. Without good rules, the pattern is theory.

Audit

Routing rules drift over time. New rules are added; old rules become obsolete; some rules never matched anything to begin with. The audit layer keeps the rule set healthy.

OTel collector routing pattern is one of the high-leverage observability disciplines that decouples applications from backend choices and centralizes telemetry routing decisions. Nova AI Ops integrates with collector telemetry, surfaces routing trends and anomalies, and produces the per-rule visibility that the observability team uses to keep the configuration healthy.