From 597537de76a6c17f86cf7bbd0a908d5719c7b23b Mon Sep 17 00:00:00 2001 From: Michele Mancioppi Date: Thu, 4 Aug 2022 22:20:08 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e5f9c268..723fc6402d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ([#1206](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1206)) - Add psycopg2 native tags to sqlcommenter ([#1203](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1203)) +- Implement [`aws.ecs.*` resource attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/cloud_provider/aws/ecs.md) in the `AwsEcsResourceDetector` detector + ([#1212](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1212)) ### Added - `opentelemetry-instrumentation-redis` add support to instrument RedisCluster clients