opentelemetry-collector-rel.../distributions/otelcol-contrib
Jonathan 8c2ee9dfb4
add prometheuswritereceiver to contrib collector (#1020)
* add prometheuswritereceiver to contrib collector

* pr 1020

* remove prw to otelcolk8s and otelcol
2025-07-17 14:50:16 +00:00
..
.goreleaser-build.yaml add option to allow enabling cgo in distributions (#913) 2025-04-11 14:29:17 +00:00
.goreleaser.yaml Revert "Remove dockerhub destination (#902)" (#938) 2025-04-30 19:10:10 +00:00
Dockerfile chore(deps): update dockerfile deps (#970) 2025-06-03 19:45:26 +00:00
README.md [admin] Add contrib component rules (#382) 2023-08-17 11:43:34 -06:00
Windows.dockerfile [core,contrib,k8s,otlp] Add Windows 2019 and 2022 container image (amd64 only) (#872) 2025-03-18 17:27:05 +00:00
config.yaml Split goreleaser config file (#485) 2024-02-23 17:21:17 +01:00
manifest.yaml add prometheuswritereceiver to contrib collector (#1020) 2025-07-17 14:50:16 +00:00
opentelemetry.ico Fix MSI release (#572) 2024-06-10 12:40:25 +02:00
otelcol-contrib.conf Add otelcol-contrib release (#43) 2021-12-16 08:27:34 -08:00
otelcol-contrib.service feat: config reload (#887) 2025-04-22 08:40:42 +00:00
postinstall.sh fix(postinstall): ignore systemctl commands when systemd is not running (#874) 2025-03-13 08:47:06 +00:00
preinstall.sh Add otelcol-contrib release (#43) 2021-12-16 08:27:34 -08:00
preremove.sh fix: fix Linux package scripts (#800) 2025-01-21 20:35:13 +00:00
windows-installer.wxs [core,contrib,k8s,otlp] Add Windows 2019 and 2022 container image (amd64 only) (#872) 2025-03-18 17:27:05 +00:00

README.md

OpenTelemetry Collector Contrib Distro

This distribution contains all the components from both the OpenTelemetry Collector repository and the OpenTelemetry Collector Contrib repository. This distribution includes open source and vendor supported components.

Recommendation

As this distribution contains many components, it is a good starting point to try various configurations. However, when running in production, it is recommended to limit the collector to contain only the components necessary for an environment. Some reasons to do this:

  • reduce the size of the collector, reducing deployment times for the collector
  • improve the security of the collector by reducing the available attack surface area

Building a custom collector can be achieved using the OpenTelemetry Collector Builder.

Components

The full list of components is available in the manifest

Rules for Component Inclusion