-
Notifications
You must be signed in to change notification settings - Fork 795
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
chore(opentelemetry-resources): add instance type and az to aws detector #1055
chore(opentelemetry-resources): add instance type and az to aws detector #1055
Conversation
7666839
to
89e47d4
Compare
Codecov Report
@@ Coverage Diff @@
## master #1055 +/- ##
=======================================
Coverage 95.12% 95.12%
=======================================
Files 213 213
Lines 8950 8950
Branches 806 806
=======================================
Hits 8514 8514
Misses 436 436
|
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.
Thanks for the PR and welcome to OpenTelemetry community!
packages/opentelemetry-resources/src/platform/node/detectors/AwsEc2Detector.ts
Show resolved
Hide resolved
packages/opentelemetry-resources/src/platform/node/detectors/AwsEc2Detector.ts
Show resolved
Hide resolved
89e47d4
to
f1246dd
Compare
Pushed updated commit for added tests. |
Please fix the lint (run: |
Signed-off-by: Justin Walz <[email protected]>
f1246dd
to
70242cf
Compare
@mayurkale22 if we want this in 0.8.1 we should merge it. It's simple enough that I'm ok to merge it if you are. Or we can wait for another review. |
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.
LGTM
|
…pen-telemetry#1055) Co-authored-by: Rauno Viskus <[email protected]> Co-authored-by: Rauno Viskus <[email protected]> Co-authored-by: Valentin Marchaud <[email protected]>
Hi, thanks for the great work on this project. I noticed these two items were missing when implementing a custom detector for our system. Figured I'd add it here as well.
Signed-off-by: Justin Walz [email protected]
Short description of the changes
Added:
cloud.zone
andhost.type
to aws ec2 detector.