-
Notifications
You must be signed in to change notification settings - Fork 651
Fix module path for AWS ECS resource detector #517
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
Conversation
Codecov Report
@@ 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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
* fix data race in BatchedSpanProcessor - fixes #517 * fix ci. * fix another test. * move wait group to generateSpan func.
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.