Releases: aws-observability/aws-otel-collector
v0.41.1
🎉 ADOT Collector v0.41.1 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
- Fix environment variable substitution syntax in configuration examples (#2866)
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.41.1
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.41.1
v0.41.0
🎉 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.
- 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
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
v0.40.2
🎉 ADOT Collector v0.40.2 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
Merged pull requests
- Upgrade go version to 1.22.7 #2839
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.40.2
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.40.2
v0.39.3
🎉 ADOT Collector v0.39.3 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
Merged pull requests
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.39.3
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.39.3
v0.40.1
🎉 ADOT Collector v0.40.1 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
Merged pull requests
- Upgrade Docker to v25.0.6 #2804
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.40.1
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.40.1
v0.39.2
🎉 ADOT Collector v0.39.2 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
Merged pull requests
- Upgrade Docker to v25.0.6 #2803
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.39.2
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.39.2
v0.40.0
🎉 ADOT Collector v0.40.0 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
- Updated OpenTelemetry Collector dependencies to
v1.9.0
/v0.102.1
- Updated OpenTelemetry Collector contrib dependencies to
v0.102.0
Note: The envprovider
configuration source has been modified upstream to require that environment
variable names must be ASCII only, start with either a letter or an underscore, and contain only
underscores, letters, or numbers. See here for more details.
Merged pull requests
- fix missing escape of
$
on replacement placeholders #2751
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.40.0
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.40.0
v0.39.1
🎉 ADOT Collector v0.39.1 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
Merged pull requests
- Backport changes to
confighttp
andconfiggrpc
to v0.39.x #2743
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.39.1
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.39.1
v0.39.0
🎉 ADOT Collector v0.39.0 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
Merged pull requests
- Bump OTel collector to
v0.98.0
#2724 (vasireddy99) - Revert Signalfx exporter commit for send_otlp_histograms #2729 (vasireddy99)
- Add third Party components behind featuregate #2735 (vasireddy99)
* This Changelog was automatically generated by github_changelog_generator
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.39.0
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.39.0
v0.37.3
🎉 ADOT Collector v0.37.3 Change Log 🎉
The AWS Distro for OpenTelemetry (ADOT) Collector is a downstream distribution of the OpenTelemetry Collector. Check out the Getting Started documentation.
Updates
- Update Go to 1.22.2
- Update golang.org/x/net to 0.24.0
- Update docker dependency to 24.0.9
* This Changelog was automatically generated by github_changelog_generator
Downloading
Docker
docker pull amazon/aws-otel-collector:v0.37.3
AWS Public ECR
docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.37.3