From f3f554a70725b5fe30d5ff41f49870babafd5ea7 Mon Sep 17 00:00:00 2001 From: Chris Post Date: Sat, 9 Jan 2021 02:08:11 -0800 Subject: [PATCH 1/2] Fix module path for AWS ECS resource detector --- detectors/aws/ecs/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/aws/ecs/go.mod b/detectors/aws/ecs/go.mod index 5ee6cebf8c0..96977097f85 100644 --- a/detectors/aws/ecs/go.mod +++ b/detectors/aws/ecs/go.mod @@ -1,4 +1,4 @@ -module github.com/kkelvinlo/opentelemetry-go-contrib/detectors/aws/ecs +module go.opentelemetry.io/contrib/detectors/aws/ecs go 1.15 From 783448230d7a3ba1d76fce37caff080f9de47cbf Mon Sep 17 00:00:00 2001 From: Chris Post Date: Sat, 9 Jan 2021 02:15:26 -0800 Subject: [PATCH 2/2] Update CHANGELOG with PR number --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 585329ff200..afe0ba81272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +### Fixed + +- Fix module path for AWS ECS resource detector (#517) + ## [0.15.1] - 2020-12-14 ### Added