-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Improvements to the awsprometheusremotewriteexporter #3158
Conversation
- Improvements to language and formatting - Providing a realistic workspace URL - Removing sending_queue due to lack of support - aws_auth.service has to be always "aps", removing it from documentation - Adding a note that aws_auth.region has to match the workspace region - Documenting aws_auth.role_arn
cc @odeke-em |
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, thank you @rakyll!
This change relies on open-telemetry/opentelemetry-collector#2951. |
Codecov Report
@@ Coverage Diff @@
## main #3158 +/- ##
=======================================
Coverage ? 91.66%
=======================================
Files ? 479
Lines ? 23313
Branches ? 0
=======================================
Hits ? 21369
Misses ? 1447
Partials ? 497
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Removed the dependency to open-telemetry/opentelemetry-collector#2951, this is ready for review. |
…3158) - Improvements to language and formatting - Providing a realistic workspace URL - Removing sending_queue due to lack of support - aws_auth.service has to be always "aps", removing it from documentation - Adding a note that aws_auth.region has to match the workspace region - Documenting aws_auth.role_arn
Related to open-telemetry/opentelemetry-collector#2951