-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Use the correct default for aws_auth.service for the AWS PRW exporter #3161
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3161 +/- ##
==========================================
- Coverage 91.92% 91.91% -0.02%
==========================================
Files 494 494
Lines 23962 23960 -2
==========================================
- Hits 22028 22022 -6
- Misses 1428 1430 +2
- Partials 506 508 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@anuraaga, can you take a look? |
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.
Think PR title and/or description need to be updated, one talks about region, other talks about service
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 review, fixed the title.
@anuraaga is the test coverage a blocker here? We can do a follow up to improve code coverage in this package. The coverage results are not introduced by this change, they were historically low. |
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.
Don't think the coverage is a blocker. Thanks!
"aps" is currently the only value that is acceptable for this field. We should have never provided it as a configuration setting but we can't remove and break the existing users. This change is setting it to "aps" by default. A follow up change will be provided to automatically parse the region from the workspace remote write endpoint.
@anuraaga Rebased this, now the build-push is passing. You can merge it. |
I can't merge but @bogdandrutu can :) |
…open-telemetry#3161) * Use the correct default for aws_auth.region for the AWS PRW exporter "aps" is currently the only value that is acceptable for this field. We should have never provided it as a configuration setting but we can't remove and break the existing users. This change is setting it to "aps" by default. A follow up change will be provided to automatically parse the region from the workspace remote write endpoint. * Reorder * Improve godoc
"aps" is currently the only value that is acceptable for this field. We should have never provided it as a configuration setting but we can't remove and break the existing users. This change is setting it to "aps" by default.
A follow-up change will be provided to automatically parse the region from the workspace remote write endpoint.