Skip to content

Commit 41b657a

Browse files
committed
Update release notes
1 parent c9ff78c commit 41b657a

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.29.0.mdx

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,25 @@ You can download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-o
1414

1515
<SectionSeparator />
1616

17+
**Upstream changelog**
18+
19+
* [OpenTelemetry Collector v0.75.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.75.0)
20+
* [OpenTelemetry Collector v0.76.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.76.1)
21+
* [OpenTelemetry Collector Contrib v0.75.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.75.0)
22+
* [OpenTelemetry Collector Contrib v0.76.3](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.76.3)
23+
1724
**Release Highlights**
1825

19-
* OpenTelemetry Collector [v0.75.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.75.0)
20-
* OpenTelemetry Collector [v0.76.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.76.0)
21-
* OpenTelemetry Collector [v0.76.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.76.1)
22-
* Add support to Group By Trace and Tail Sampling processors. More details can be found [here](/docs/components/processors).
26+
* Update notices for prometheus receiver [\#2053](https://github.com/aws-observability/aws-otel-collector/pull/2053) ([bryan-aguilar](https://github.com/bryan-aguilar))
27+
* Add Group by Trace and Tail Sampling processors [\#2052](https://github.com/aws-observability/aws-otel-collector/pull/2052) ([rapphil](https://github.com/rapphil))
28+
* Update to use public ecr rather than dockerhub in vended templates. [\#2045](https://github.com/aws-observability/aws-otel-collector/pull/2045) ([bryan-aguilar](https://github.com/bryan-aguilar))
29+
* Disable pkg.translator.prometheus.NormalizeName feature gate by default [\#2044](https://github.com/aws-observability/aws-otel-collector/pull/2044) ([bryan-aguilar](https://github.com/bryan-aguilar))
30+
* Deprecate lambdacomponents module [\#1981](https://github.com/aws-observability/aws-otel-collector/pull/1981) ([bryan-aguilar](https://github.com/bryan-aguilar))
2331

2432
**IMPORTANT:**
25-
* [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 behavior starting v0.31.0 so that there is more time for users to prepare and test the upstream changes. More details about the issue and how to test the upstream behavior in ADOT collector v0.29.0, please refer to issue [#2043](https://github.com/aws-observability/aws-otel-collector/issues/2043).
33+
34+
* [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).
35+
* 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))
2636

2737

2838
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).

0 commit comments

Comments
 (0)