
OpenTelemetry Collector
Vendor-agnostic telemetry collection
The Lens
The OpenTelemetry Collector is the vendor-neutral middleman that collects logs, metrics, and traces from your applications and routes them wherever you want. Instead of installing five different agents for five different observability tools, you install one Collector and configure where data goes. Switch backends without changing your app code. Apache 2.0. CNCF project backed by every major observability vendor. The Collector receives telemetry data, processes it (filter, transform, sample, batch), and exports it to one or more backends simultaneously.
Fully free. No paid tier. The Collector itself is just the pipeline. You still need somewhere to send data (Grafana stack is free self-hosted, or pay for Datadog/New Relic/etc.).
The Collector runs as a sidecar, DaemonSet, or standalone deployment. The contrib distribution includes 200+ receivers, processors, and exporters for every major backend.
The catch: configuration is YAML-based and gets complex fast. Debugging pipeline issues (why aren't my traces showing up?) requires understanding the receiver-processor-exporter chain. And the Collector is infrastructure you need to monitor. Yes, you need observability for your observability pipeline.
Free vs Self-Hosted vs Paid
fully freeFully open source under Apache 2.0. No paid tier, no commercial version. This is CNCF infrastructure maintained by every major observability vendor (Google, Microsoft, Splunk, Datadog, etc.).
Your costs are compute for running the Collector (typically 100-500MB RAM depending on throughput) and whatever backend you send data to. The Collector itself is always free.
### Common Backend Costs - **Grafana Stack (self-hosted):** Free - **Grafana Cloud:** Free tier (10K metrics, 50GB logs, 50GB traces) - **Datadog:** ~$15/host/month for infrastructure monitoring - **New Relic:** Free tier up to 100GB/month
The Collector doesn't add cost. It reduces it by letting you switch backends without code changes.
Free. The Collector costs nothing. Your costs are the backend you send data to.
Similar Tools
About
- Stars
- 6,812
- Forks
- 1,982
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.





