opentelemetry-collector-releases
opentelemetry-collector-releases copied to clipboard
OpenTelemetry Collector Official Releases
High CPU utlization on windows server after configuring the otelcol
This stems from https://github.com/open-telemetry/opentelemetry-collector-releases/pull/600 where the go.mod and go.sum file were not tidied up after some code changes that removed a Go dependency. It should be fairly easy to add...
There are several components in the contrib distribution that are still marked as development in the contrib repository. It would be great if there was a check that validated that...
Hello! The latest version of Jaeger already uses 'localhost' instead of '0.0.0.0'. Do you know how I can set up the correct hostname?
Built successfully with ocb.
Per https://github.com/open-telemetry/opentelemetry-collector/issues/5712, we wish to release a docker image to allow users to more easily build their own custom collectors. This PR adds a Dockerfile as well as steps in...
The Perl OpenTelemetry::Exporter::OTLP module currently only supports the http protocol and not grpc. The [config](https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/config.yaml#L17) enables the http receiver but the [Dockerfile](https://github.com/open-telemetry/opentelemetry-collector-releases/blob/main/distributions/otelcol-contrib/Dockerfile#L14) doesn't expose it. Why?
We release a lot of artifacts on each release. To make it easier to navigate, we can automate generating a table for all artifacts. For example something like this: |...
Because of goreleaser/goreleaser/issues/5138, CI is currently broken when using goreleaser v2.3.0+. #667 fixes this temporarily for the next release