Tools/open-telemetry/opentelemetry-collector

OpenTelemetry Collector

Vendor-agnostic telemetry collection

7.4k+47/wkemergingGoApache License 2.0new this week

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Mar 2026

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 free

Fully 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.

Self-hosting ops:moderate

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
84/100 · A
Adoption23/30
Maintenance25/25
Community11/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

Growing adoption: 6,842 starsActive community: 2,011 forksPermissive license (Apache-2.0)

About

Stars
7,356
Forks
2,192

Explore Further

More tools in the directory