opentelemetry-collector-rel.../distributions/otelcol-contrib
Mingxi e796bbc32e
Add doris exporter to otelcol-contrib releases (#765)
* feat: add doris exporter

* feat: add chlog

* fix: chlog

---------

Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
2024-12-12 12:38:40 +00:00
..
.goreleaser.yaml [chore] build compatible distributions as PIE (#726) 2024-12-10 17:29:04 +00:00
Dockerfile chore(deps): update alpine docker tag to v3.21 (#766) 2024-12-10 05:14:06 +00:00
README.md [admin] Add contrib component rules (#382) 2023-08-17 11:43:34 -06:00
config.yaml Split goreleaser config file (#485) 2024-02-23 17:21:17 +01:00
manifest.yaml Add doris exporter to otelcol-contrib releases (#765) 2024-12-12 12:38:40 +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 Fix path to the distribution binaries in packages (#88) 2022-03-21 01:57:02 -07:00
postinstall.sh Add otelcol-contrib release (#43) 2021-12-16 08:27:34 -08:00
preinstall.sh Add otelcol-contrib release (#43) 2021-12-16 08:27:34 -08:00
preremove.sh Add otelcol-contrib release (#43) 2021-12-16 08:27:34 -08:00
windows-installer.wxs Fix MSI release (#572) 2024-06-10 12:40:25 +02: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