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

Metrics are dropped silently when metric buffer is full #5536

Closed
danielnelson opened this issue Mar 6, 2019 · 0 comments · Fixed by #5959
Closed

Metrics are dropped silently when metric buffer is full #5536

danielnelson opened this issue Mar 6, 2019 · 0 comments · Fixed by #5959
Assignees
Labels
bug unexpected problem or unintended behavior
Milestone

Comments

@danielnelson
Copy link
Contributor

Relevant telegraf.conf:

System info:

[Include Telegraf version, operating system name, and other relevant details]

Steps to reproduce:

  1. Setup an output that can Connect() but not Write(), or otherwise arrange for metrics to be dropped.
  2. Set a small metric buffer to reduce wait time.

Expected behavior:

Periodic update, perhaps before writing:

E! [outputs.file] %d metrics have been dropped since last flush

Actual behavior:

No notification unless using the internal plugin.

Additional info:

@danielnelson danielnelson added this to the 1.10.1 milestone Mar 6, 2019
@danielnelson danielnelson added the bug unexpected problem or unintended behavior label Mar 6, 2019
@danielnelson danielnelson modified the milestones: 1.10.1, 1.10.2 Mar 19, 2019
@danielnelson danielnelson modified the milestones: 1.10.2, 1.10.3 Apr 2, 2019
@danielnelson danielnelson self-assigned this Apr 16, 2019
@danielnelson danielnelson modified the milestones: 1.10.3, 1.11.0 Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant