Skip to content
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

Do not inherit cancellation in the async sending queue #1930

Merged
merged 2 commits into from
Oct 9, 2020

Conversation

bogdandrutu
Copy link
Member

Signed-off-by: Bogdan Drutu [email protected]

Fixes #1813

@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #1930 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1930      +/-   ##
==========================================
- Coverage   91.41%   91.40%   -0.01%     
==========================================
  Files         284      284              
  Lines       16740    16744       +4     
==========================================
+ Hits        15303    15305       +2     
- Misses       1007     1008       +1     
- Partials      430      431       +1     
Impacted Files Coverage Δ
exporter/exporterhelper/queued_retry.go 98.48% <100.00%> (+0.09%) ⬆️
translator/internaldata/resource_to_oc.go 91.78% <0.00%> (-2.74%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0a6384...f7aa0aa. Read the comment docs.

@bogdandrutu bogdandrutu merged commit 14a0208 into open-telemetry:master Oct 9, 2020
@bogdandrutu bogdandrutu deleted the qrbugctx branch October 9, 2020 23:35
MovieStoreGuy pushed a commit to atlassian-forks/opentelemetry-collector that referenced this pull request Nov 11, 2021
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
…n-telemetry#1930)

* Support installing with ansible and skipping restart of services

* move to start_service
add when clause on test to avoid failing on suse

* join the clauses to restart for td-agent

* reload systemd even if we're not restarting the service

* Update deployments/ansible/roles/collector/README.md

Co-authored-by: Jeff Cheng <[email protected]>

* Add to role variables README

* test for service stopped first, don't test for td-agent

* add start_service in default role vars

Co-authored-by: Jeff Cheng <[email protected]>
Co-authored-by: Ryan Fitzpatrick <[email protected]>
Troels51 pushed a commit to Troels51/opentelemetry-collector that referenced this pull request Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Queued Retry Unusable without Batch Processor
2 participants