-
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
Remove sending_queue from AWS Prometheus Remote Write Exporter #3186
Remove sending_queue from AWS Prometheus Remote Write Exporter #3186
Conversation
This is a follow up of open-telemetry/opentelemetry-collector#2951. Fixes #3163.
cc @anuraaga |
Tests failed:
|
Codecov Report
@@ Coverage Diff @@
## main #3186 +/- ##
==========================================
- Coverage 91.93% 91.91% -0.02%
==========================================
Files 493 493
Lines 23946 23946
==========================================
- Hits 22014 22010 -4
- Misses 1427 1429 +2
- Partials 505 507 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
The test is passing now. PTAL. |
…telemetry#3186) * Remove sending_queue from AWS Prometheus Remote Write Exporter This is a follow up of open-telemetry/opentelemetry-collector#2951. Fixes open-telemetry#3163. * Fix the test
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This is a follow up of open-telemetry/opentelemetry-collector#2951.
Fixes #3163.