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

Enable the queue for the Prometheus Remote Write Exporter internally #2974

Merged
merged 2 commits into from
Apr 21, 2021
Merged

Conversation

rakyll
Copy link
Contributor

@rakyll rakyll commented Apr 21, 2021

This is a follow up to #2951.

When we disable the queue completely, it causes the export to happen
not in a consumer goroutine. Enable the queue internally that export
gets its own goroutine not to block the entire collector pipeline.

This is a follow up to #2951.

When we disable the queue completely, it causes the export to happen
not in a consumer goroutine. Enable the queue internally that export
gets its own goroutine not to block the entire collector pipeline.
@rakyll rakyll requested a review from a team April 21, 2021 16:34
@rakyll
Copy link
Contributor Author

rakyll commented Apr 21, 2021

cc @bogdandrutu

@codecov
Copy link

codecov bot commented Apr 21, 2021

Codecov Report

Merging #2974 (e2d9182) into main (e4a0713) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2974   +/-   ##
=======================================
  Coverage   91.64%   91.64%           
=======================================
  Files         312      312           
  Lines       15414    15419    +5     
=======================================
+ Hits        14126    14131    +5     
  Misses        881      881           
  Partials      407      407           
Impacted Files Coverage Δ
exporter/prometheusremotewriteexporter/factory.go 100.00% <100.00%> (ø)

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 e4a0713...e2d9182. Read the comment docs.

@rakyll rakyll changed the title Enable queue for the Prometheus Remote Write Exporter internally Enable the queue for the Prometheus Remote Write Exporter internally Apr 21, 2021
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.

2 participants