Why Edge?
Observability platforms charge by volume. As your infrastructure grows, so does the noise—debug logs, health checks, internal metrics. You’re paying to store data you’ll never query. Edge solves this by processing telemetry in your environment:- Filter noise before it leaves your infrastructure
- Redact sensitive data to meet compliance requirements
- Transform fields to normalize across services
- Sample high-volume events to control costs
How It Works
Edge operates as a proxy between your telemetry sources and destinations:- Receive telemetry via standard protocols (OTLP, Datadog API)
- Evaluate policies against each log, metric, or trace
- Apply actions: drop, sample, transform, or pass through
- Forward surviving telemetry to your backend
Key Features
Policy-Based Processing
Define rules that match specific telemetry and apply actions. Policies are
atomic and independent—no dependencies between them.
Hot Reload
Update policies without restarting. Edge watches for changes and applies
them instantly with zero downtime.
Fail-Open
If a policy fails to evaluate, telemetry passes through unchanged. Edge
prioritizes availability over strict filtering.
High Performance
Built in Zig with lock-free reads and Vectorscan regex matching. Handles
thousands of policies with sub-millisecond overhead.
Distributions
Edge ships as focused distributions, each optimized for specific protocols:| Distribution | Protocols | Use Case |
|---|---|---|
| Edge | All protocols | Multi-vendor environments |
| Edge Datadog | Datadog Logs API, Metrics API | Datadog-native environments |
| Edge OTLP | OpenTelemetry Protocol | OpenTelemetry-native environments |
Comparisons to Other Solutions
The Edge proxy is not designed to replace other telemetry pipelines like the OpenTelemetry Collector, Datadog Agent, or Vector. Instead, it complements these solutions by providing an incredibly performant, policy-driven approach to processing telemetry in your environment.Reach for the Edge if:
- You need to filter noise before it leaves your infrastructure.
- You need to redact sensitive data to meet compliance requirements.
- You need to process telemetry in your environment.
- You struggle with latency or throughput issues.
- You want zero-downtime, sub-millisecond remote configuration.
Rely on Telemetry Pipelines for:
- Routing telemetry data to external systems.
- Translating telemetry data formats.