opentelemetry-collector-rel.../distributions/otelcol
John L. Peterson (Jack) 2dbb61e820
[chore] build compatible distributions as PIE (#726)
* add buildmode=pie for ocb

* add buildmode=pie to goreleaser configure.go and generate ignored builds for distros

* replace repos with jackgopack4 and johnpeterson785 for workflow testing

* fix build id

* Revert "replace repos with jackgopack4 and johnpeterson785 for workflow testing"

This reverts commit 3288ffea6a.

* update nfpms

* replace repos with jackgopack4 and johnpeterson785 for workflow testing

* try changing package function

* Revert "try changing package function"

This reverts commit 9eb8e7e158.

* Revert "update nfpms"

This reverts commit ee6545d51b.

* consolidate nfpms block

* Revert "replace repos with jackgopack4 and johnpeterson785 for workflow testing"

This reverts commit 30f3152076.
2024-12-10 17:29:04 +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 Create core distribution component criteria (#500) 2024-03-19 08:59:02 -07:00
config.yaml Split goreleaser config file (#485) 2024-02-23 17:21:17 +01:00
manifest.yaml Update to 0.115.0 release (#759) 2024-12-04 14:08:03 +00:00
opentelemetry.ico Fix MSI release (#572) 2024-06-10 12:40:25 +02:00
otelcol.conf Fix systemd unit file for otelcol (#36) 2021-12-08 10:14:00 -08:00
otelcol.service Fix path to the distribution binaries in packages (#88) 2022-03-21 01:57:02 -07:00
postinstall.sh Binary name should be otelcol not core (#8) 2021-09-02 09:00:05 +02:00
preinstall.sh Binary name should be otelcol not core (#8) 2021-09-02 09:00:05 +02:00
preremove.sh Binary name should be otelcol not core (#8) 2021-09-02 09:00:05 +02:00
windows-installer.wxs Fix MSI release (#572) 2024-06-10 12:40:25 +02:00

README.md

OpenTelemetry Collector Core Distro

This distribution contains all the components from the OpenTelemetry Collector repository and a small selection of components tied to open source projects from the OpenTelemetry Collector Contrib repository.

This distribution is considered "classic" and is no longer accepting new components outside of components from the Core repo.

Components

The full list of components is available in the manifest

Rules for Component Inclusion

Since Core is a "classic" distribution its components are strictly limited to what currently exists in its manifest and any future components in Core. No other components from Contrib should be added.