opentelemetry-collector-releases
opentelemetry-collector-releases copied to clipboard
OpenTelemetry Collector Official Releases
Add a CGO enabled otelcol-contrib for macos https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33393 There are some test failures need be fixed by this PR https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/33921
### This PR - fixes #623 - adds healthcheck commands to make sure that the container is fully booted up before attempting to continue installing the linux package under test
### This PR - removes the releases for Alpine Linux packages (.apk) since they are currently not compatible with Alpine as discussed in the collector SIG meeting on August 7th...
What is the use case of the APK package releases containing a systemd service? From my understanding, Alpine Linux is not compatible with systemd services and would need a different...
Follow up to #616 #### Description Implement an OpenRC compatible linux package for Alpine linux (.apk). Currently, only SystemD services are released which are not compatible with Alpine linux.
### Component(s) _No response_ ### Describe the issue you're reporting ## Problem In issue open-telemetry/opentelemetry-collector-contrib#16450 it has been discovered that the Linux Package installation tests can fail for non-obvious reasons...
The ([recently moved](https://github.com/open-telemetry/opentelemetry-collector-releases/pull/604)) linux package tests have a pretty old workaround that should not be needed anymore. https://github.com/open-telemetry/opentelemetry-collector-releases/blob/534220564ca848bb4df1cae60a145740d22a19c1/scripts/package-tests/package-tests.sh#L46-L58 I think the workaround can be removed. It was originally introduced [here](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/31527).
From the [security audit](https://7asecurity.com/reports/pentest-report-opentelemetry.pdf): > Testing confirmed that the OpenTelemetry Collector Linux binaries do not leverage a number of compiler flags to mitigate potential memory corruption vulnerabilities, which is a...
I just noticed that the user names for the linux services for otelcol and otelcol-contrib are not consistently named. distro username otelcol otel otelcol-contrib otelcol-contrib