-
Notifications
You must be signed in to change notification settings - Fork 91
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
feat: implement cloud{provider,platform}, aws.{ecs.*,log.*} in ECS detector #83
feat: implement cloud{provider,platform}, aws.{ecs.*,log.*} in ECS detector #83
Conversation
Thanks for opening your first pull request! If you haven't yet signed our Contributor License Agreement (CLA), then please do so that we can accept your contribution. A link should appear shortly in this PR if you have not already signed one. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
============================================
+ Coverage 89.58% 89.67% +0.09%
- Complexity 283 298 +15
============================================
Files 31 31
Lines 816 872 +56
============================================
+ Hits 731 782 +51
- Misses 85 90 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
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.
Welcome and thanks for your contribution. This looks good, just a couple of small issues/improvements from me.
6ee70ac
to
94c7d9a
Compare
@brettmc what needs to happen before we can merge this? |
@mmanciop - merging now! :) |
This PR is the look-alike of others like open-telemetry/opentelemetry-js-contrib#1083, open-telemetry/opentelemetry-python-contrib#1212 and open-telemetry/opentelemetry-go-contrib#2626.