|
| 1 | +--- |
| 2 | +title: 'AWS Distro for OpenTelemetry v0.30.0' |
| 3 | +description: |
| 4 | + This blog post is the release announcement for ADOT Collector v0.30.0 |
| 5 | +--- |
| 6 | + |
| 7 | +import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx" |
| 8 | + |
| 9 | +<SectionSeparator /> |
| 10 | + |
| 11 | +[AWS Distro for OpenTelemetry (ADOT)](https://aws-otel.github.io/) Collector v0.30.0 is now available. |
| 12 | +You can download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector) from the |
| 13 | +[Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery. |
| 14 | + |
| 15 | +<SectionSeparator /> |
| 16 | + |
| 17 | +**Upstream changelog** |
| 18 | + |
| 19 | +* [OpenTelemetry Collector v0.77.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.77.0) |
| 20 | +* [OpenTelemetry Collector v0.78.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.78.0) |
| 21 | +* [OpenTelemetry Collector v0.78.2](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.78.2) |
| 22 | +* [OpenTelemetry Collector Contrib v0.77.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.77.0) |
| 23 | +* [OpenTelemetry Collector Contrib v0.78.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.78.0) |
| 24 | + |
| 25 | +**Release Highlights** |
| 26 | + |
| 27 | +* Update request limits in fargate template [\#2109](https://github.com/aws-observability/aws-otel-collector/pull/2109) ([bryan-aguilar](https://github.com/bryan-aguilar)) |
| 28 | +* Fix permissions on potentially sensitive files in linux packaging scripts [\#2108](https://github.com/aws-observability/aws-otel-collector/pull/2108) ([Aneurysm9](https://github.com/Aneurysm9)) |
| 29 | +* Fix: fix upstart style init script [\#2070](https://github.com/aws-observability/aws-otel-collector/pull/2070) ([rapphil](https://github.com/rapphil)) |
| 30 | + |
| 31 | +**IMPORTANT:** |
| 32 | + |
| 33 | +* [There are upstream breaking changes in prometheus related components](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.76.3) that affects metric names. The ADOT collector will adopt the upstream behaviour starting v0.31.0. For more details and testing instructions please refer to issue [#2043](https://github.com/aws-observability/aws-otel-collector/issues/2043). |
| 34 | +* The `aws.ecs.service.name` property is being set to `ServiceName` metadata in the case a collector with `awsecscontainermetricsreceiver` is running in ECS on EC2. For ECS on Fargate, `aws.ecs.service.name` is an empty string. Previously this value was always set to `"undefined"` for both EC2 and Fargate compute types. [\#19744](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/19744) ([erichsueh3](https://github.com/erichsueh3)) |
| 35 | + |
| 36 | +Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases). |
| 37 | +All code changes are upstream in the respective OpenTelemetry project components. |
| 38 | + |
| 39 | +**Download** |
| 40 | + |
| 41 | +Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/), |
| 42 | +and you can [download the distribution](https://aws-otel.github.io/download) from |
| 43 | +[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.30.0). |
| 44 | +You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector) |
| 45 | +from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery. |
| 46 | + |
| 47 | +To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution, |
| 48 | +check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html). |
| 49 | +Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any |
| 50 | +questions about the distribution, features, or its components. |
| 51 | + |
| 52 | +We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry). |
| 53 | +The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status |
| 54 | +in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about |
| 55 | +[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the |
| 56 | +[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced |
| 57 | +the distribution’s [general availability for tracing](https://aws.amazon.com/blogs/opensource/aws-distro-for-opentelemetry-is-now-ga-for-tracing/) in September 2021 |
| 58 | +and the distribution's [general availability for metrics](https://aws.amazon.com/blogs/opensource/aws-distro-for-opentelemetry-is-now-generally-available-for-metrics/) in May 2022. |
0 commit comments