---
title: "otel.fyi - OTel Collector docs made simple"
description: "OpenTelemetry Collector documentation is often fragmented across separate contrib repositories as individual README files, making component configuration difficult and time-consuming to navigate. To address this friction, the team created otel.fyi as a dedicated platform to aggregate, simplify, and structure documentation from across the ecosystem. The implementation parses contrib repositories to pull configuration examples and normalize metadata across receivers, processors, exporters, and extensions into a unified format. By surfacing structured component information upfront, the site allows practitioners to assemble working configurations rapidly without digging through multiple GitHub repositories. Originally developed for internal operational workflows, the platform has been released publicly to assist the broader community, with future plans to introduce an AI assistant."
---

# otel.fyi - OTel Collector docs made simple

[Clickhouse](https://yomu.fyi/company/clickhouse) · The ClickStack Team · Apr 17, 2026

**Type:** Problem & solution

## Summary

OpenTelemetry Collector documentation is often fragmented across separate contrib repositories as individual README files, making component configuration difficult and time-consuming to navigate. To address this friction, the team created otel.fyi as a dedicated platform to aggregate, simplify, and structure documentation from across the ecosystem. The implementation parses contrib repositories to pull configuration examples and normalize metadata across receivers, processors, exporters, and extensions into a unified format. By surfacing structured component information upfront, the site allows practitioners to assemble working configurations rapidly without digging through multiple GitHub repositories. Originally developed for internal operational workflows, the platform has been released publicly to assist the broader community, with future plans to introduce an AI assistant.

## Context

Much of the OpenTelemetry Collector's functionality resides in contrib packages maintained separately from the core project. Because documentation exists primarily as README.md files scattered across individual repositories, users face a fragmented experience requiring GitHub searches and manual assembly of configuration details.

## Approach / What changed

The team built otel.fyi using Claude to parse contrib repositories, extract structured metadata, and surface direct configuration examples. The platform normalizes information across receivers, processors, exporters, and extensions into a unified, searchable interface designed to expedite configuration assembly.

## Takeaways

- OpenTelemetry Collector contrib documentation is fragmented across individual repository README files rather than consolidated on a single official site.
- The underlying Collector documentation contains enough internal structural consistency to enable automated parsing and extraction of configuration blocks.
- otel.fyi aggregates and normalizes configuration details across receivers, processors, exporters, and extensions into a single searchable tool.

**Tags:** [Developer Experience](https://yomu.fyi/topic/developer-experience), [Observability](https://yomu.fyi/topic/observability), [Open Source](https://yomu.fyi/topic/open-source)

- Source: [Clickhouse](https://clickhouse.com/blog/otel-fyi)
- Source URL: https://clickhouse.com/blog/otel-fyi
- Ingested by Yomu: 2026-08-28T01:24:34.336Z

[Read original post](https://clickhouse.com/blog/otel-fyi)
