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

[VMAlert] Fix error log when remoteWrite queue size is full #602

Merged
merged 5 commits into from
Jul 3, 2020

Conversation

weenxin
Copy link
Contributor

@weenxin weenxin commented Jul 3, 2020

Bug description

When remoteWrite Queue is full VMAlert wil log

failed to push timeseries - queue is full (0 entries). Queue size is controlled by -remoteWrite.maxQueueSize flag

@codecov
Copy link

codecov bot commented Jul 3, 2020

Codecov Report

Merging #602 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #602      +/-   ##
==========================================
- Coverage   67.95%   67.93%   -0.02%     
==========================================
  Files         154      154              
  Lines       21297    21297              
==========================================
- Hits        14472    14469       -3     
- Misses       5664     5667       +3     
  Partials     1161     1161              
Impacted Files Coverage Δ
lib/storage/merge.go 82.64% <0.00%> (-1.66%) ⬇️
lib/storage/index_db.go 75.67% <0.00%> (-0.28%) ⬇️
app/vmselect/promql/aggr_incremental.go 90.72% <0.00%> (ø)
lib/mergeset/table.go 66.75% <0.00%> (+0.55%) ⬆️

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 0b2086b...73a4809. Read the comment docs.

@valyala valyala merged commit d59cdbe into VictoriaMetrics:master Jul 3, 2020
@valyala
Copy link
Collaborator

valyala commented Jul 3, 2020

@weenxin , thanks for the contribution!

valyala pushed a commit that referenced this pull request Jul 3, 2020
* Fix Auto metrics relabeled errors

* Finalize auto-genenated  Labels

* Fix Test Errors

* fix error logs when queue is full

Co-authored-by: xinyulong <xinyulong@kuaishou.com>
@valyala
Copy link
Collaborator

valyala commented Jul 8, 2020

FYI, the commit has been included in v1.38.0.

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.

None yet

2 participants