Skip to main content
Browse the documentation for OpenTelemetry Collector components, organized by type. This documentation is automatically generated from the opentelemetry-collector-contrib repository, parsing each component’s metadata.yaml and README.md to produce these pages. Date last generated: 2026-04-13

Receivers

Components that collect telemetry data from external sources and feed it into the collector pipeline.

Exporters

Components that send telemetry data to external destinations and backends.

Processors

Components that transform, filter, and enrich telemetry data as it flows through the pipeline.

Connectors

Components that connect two pipelines, acting as both exporter and receiver.

Extensions

Components that provide additional capabilities to the collector beyond the core pipeline.

MCP Server

Use the OTel FYI MCP server to query OpenTelemetry Collector component documentation directly from your AI tools.
Add to your claude_desktop_config.json:
{
  "mcpServers": {
    "otel-fyi": {
      "type": "streamable-http",
      "url": "https://otel.fyi/mcp"
    }
  }
}