发行版

OpenTelemetry 项目目前提供了 Collector 的预构建发行版。 每个发行版中包含的组件可以在该发行版的 manifest.yaml 文件中找到。

Name1ComponentsLearn more
OpenTelemetry Collector Contrib DistroCollectorgithub.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/README.md
OpenTelemetry Collector Core DistroCollectorgithub.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol/README.md
OpenTelemetry Collector eBPF Profiling DistributionCollectorgithub.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-ebpf-profiler/README.md
OpenTelemetry Collector Kubernetes DistroCollectorgithub.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-k8s/README.md
OpenTelemetry Collector OTLP DistroCollectorgithub.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-otlp/README.md

自定义发行版

OpenTelemetry 项目提供的现有发行版可能无法满足你的需求。 例如,你可能希望构建更小的二进制文件,或者需要实现自定义功能, 如认证扩展接收器、处理器、导出器或连接器。 你可以使用构建发行版的工具 ocb(OpenTelemetry Collector Builder)来自行构建发行版。

第三方发行版

一些组织提供了具有额外功能或使用体验更佳的 Collector 发行版。以下列出了由第三方维护的 Collector 发行版。

Name1ComponentsLearn more
AWS Distro for OpenTelemetry (ADOT)Collectoraws-otel.github.io/docs/getting-started/collector
Datadog Distribution of OpenTelemetry Collector (DDOT)Collectordocs.datadoghq.com/opentelemetry/setup/ddot_collector
Dynatrace Distribution of the OpenTelemetry CollectorCollectordocs.dynatrace.com/docs/shortlink/opentelemetry-collector
Elastic Distribution of OpenTelemetry CollectorCollectorela.st/edot-collector
Grafana AlloyCollectorgrafana.com/docs/alloy/latest/
Instana Distribution of OpenTelemetry Collector (IDOT)Collectorwww.ibm.com/docs/en/instana-observability/current?topic=collectors-instana-distribution-opentelemetry-collector
Liatrio Distribution of the OpenTelemetry CollectorCollectorgithub.com/liatrio/liatrio-otel-collector
New Relic Distribution of the OpenTelemetry Collector (NRDOT)Collectordocs.newrelic.com/docs/opentelemetry/nrdot/nrdot-collector/
observIQ BindPlane AgentCollectorgithub.com/observIQ/bindplane-agent/tree/main/docs
RedHat RHOSDT OpenTelemetry Collector DistributionCollectorgithub.com/os-observability/redhat-opentelemetry-collector
Splunk Distribution of OpenTelemetry CollectorCollectordocs.splunk.com/observability/en/gdi/opentelemetry/opentelemetry.html
Sumo Logic Distribution for OpenTelemetry CollectorCollectorhelp.sumologic.com/docs/send-data/opentelemetry-collector/sumo-logic-opentelemetry-vs-opentelemetry-upstream-relationship/

添加你的 Collector 发行版

如需将你的 Collector 发行版列入上述列表,请提交一个 PR, 在发行版列表中添加一个条目。该条目应包含以下内容:

  • 指向你的发行版主页的链接
  • 指向说明如何使用该发行版的文档的链接
  • GitHub 账号或电子邮箱地址,作为联系方式,以便我们在有问题时与你联系

  1. Listed alphabetically ↩︎ ↩︎


Last modified July 9, 2025: [zh] Add docs/collector/ (f99c4c8b)