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

log number of messages dropped when there is a queue limit warning #601

Closed
LanceNorskog opened this issue May 23, 2015 · 2 comments
Closed
Labels
feature request *Deprecated Label* Use enhancement label in general v0.14

Comments

@LanceNorskog
Copy link

Fluentd prints a warning when it drops messages due to a Queue limit overrun, but it does not print the number of messages or number of bytes dropped.

We recently had a chronic overrun problem for a few hours and it would be nice to know how many logs we lost.

Cheers!

@tagomoris
Copy link
Member

memo: #309

@repeatedly repeatedly added the feature request *Deprecated Label* Use enhancement label in general label Apr 27, 2016
@repeatedly repeatedly changed the title Feature request: log number of messages dropped when there is a queue limit warning log number of messages dropped when there is a queue limit warning Apr 27, 2016
@tagomoris
Copy link
Member

v0.14 will show the number of records for such case:
https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin/output.rb#L790

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request *Deprecated Label* Use enhancement label in general v0.14
Projects
None yet
Development

No branches or pull requests

3 participants