github aws-observability/aws-otel-collector v0.41.0

10 hours ago

🎉 ADOT Collector v0.41.0 Change Log 🎉

The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.

Full Changelog

  • Updated OpenTelemetry Collector dependencies to v1.15.0/v0.109.0
  • Updated OpenTelemetry Collector contrib dependencies to v0.109.0

Note: The memory_ballast extension has been sunset upstream in favor of the GOMEMLIMIT environment variable. This release includes the memory_ballast extension from v0.108.1 of the OpenTelemetry Collector. The extension will be removed entirely in a future release should it become incompatible with the OpenTelemetry Collector framework's current release. See the Go documentation for more information about GOMEMLIMIT's usage.

Note: All listening receivers will now listen on localhost by default instead of 0.0.0.0. This may break expectations in containerized environments like Kubernetes. If you depend on 0.0.0.0 disable the component.UseLocalHostAsDefaultHost feature gate or explicitly set the endpoint to 0.0.0.0.

Note: Expansion of BASH-style environment variables, such as $FOO, is no longer be supported. Use ${FOO} or ${env:FOO} instead.

Note: The logging exporter has been deprecated upstream in favor of the debug exporter. If you are using the recommended verbosity configuration field the debug exporter can be substituted without further configuration changes.

Downloading

ARCH OS LINK
AMD64 AMAZONLINUX https://aws-otel-collector.s3.amazonaws.com/amazon_linux/amd64/v0.41.0/aws-otel-collector.rpm
ARM64 AMAZONLINUX https://aws-otel-collector.s3.amazonaws.com/amazon_linux/arm64/v0.41.0/aws-otel-collector.rpm
AMD64 REDHAT https://aws-otel-collector.s3.amazonaws.com/redhat/amd64/v0.41.0/aws-otel-collector.rpm
ARM64 REDHAT https://aws-otel-collector.s3.amazonaws.com/redhat/arm64/v0.41.0/aws-otel-collector.rpm
AMD64 CENTOS https://aws-otel-collector.s3.amazonaws.com/centos/amd64/v0.41.0/aws-otel-collector.rpm
ARM64 CENTOS https://aws-otel-collector.s3.amazonaws.com/centos/arm64/v0.41.0/aws-otel-collector.rpm
AMD64 SUSE https://aws-otel-collector.s3.amazonaws.com/suse/amd64/v0.41.0/aws-otel-collector.rpm
ARM64 SUSE https://aws-otel-collector.s3.amazonaws.com/suse/arm64/v0.41.0/aws-otel-collector.rpm
AMD64 DEBIAN https://aws-otel-collector.s3.amazonaws.com/debian/amd64/v0.41.0/aws-otel-collector.deb
ARM64 DEBIAN https://aws-otel-collector.s3.amazonaws.com/debian/arm64/v0.41.0/aws-otel-collector.deb
AMD64 UBUNTU https://aws-otel-collector.s3.amazonaws.com/ubuntu/amd64/v0.41.0/aws-otel-collector.deb
ARM64 UBUNTU https://aws-otel-collector.s3.amazonaws.com/ubuntu/arm64/v0.41.0/aws-otel-collector.deb
AMD64 WINDOWS https://aws-otel-collector.s3.amazonaws.com/windows/amd64/v0.41.0/aws-otel-collector.msi

Docker

docker pull amazon/aws-otel-collector:v0.41.0

AWS Public ECR

docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.41.0

Don't miss a new aws-otel-collector release

NewReleases is sending notifications on new releases.