Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix module path for AWS ECS resource detector #517

Merged
merged 3 commits into from
Jan 11, 2021
Merged

Fix module path for AWS ECS resource detector #517

merged 3 commits into from
Jan 11, 2021

Conversation

ccpost
Copy link
Contributor

@ccpost ccpost commented Jan 9, 2021

I was reading https://aws-otel.github.io/docs/getting-started/go-sdk#using-the-aws-ecs-resource-detector and noticed go.opentelemetry.io/contrib/detectors/ecs is not go-gettable. This updates the module path to be symmetric with its peers.

@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 9, 2021

CLA Signed

The committers are authorized under a signed CLA.

@codecov
Copy link

codecov bot commented Jan 9, 2021

Codecov Report

Merging #517 (d2acace) into master (c07a08f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #517   +/-   ##
=======================================
  Coverage   77.61%   77.61%           
=======================================
  Files          54       54           
  Lines        2586     2586           
=======================================
  Hits         2007     2007           
  Misses        443      443           
  Partials      136      136           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c07a08f...d2acace. Read the comment docs.

Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@MrAlias MrAlias added the bug Something isn't working label Jan 11, 2021
@MrAlias MrAlias merged commit cd07cf3 into open-telemetry:master Jan 11, 2021
@ccpost ccpost deleted the fix/ecs-detector-path branch January 22, 2021 08:34
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
* fix data race in BatchedSpanProcessor

- fixes #517

* fix ci.

* fix another test.

* move wait group to generateSpan func.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants