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

buffer_size field value is negative number from "internal" plugin #2380

Closed
ghost opened this issue Feb 7, 2017 · 0 comments · Fixed by #2420
Closed

buffer_size field value is negative number from "internal" plugin #2380

ghost opened this issue Feb 7, 2017 · 0 comments · Fixed by #2420
Assignees
Labels
bug unexpected problem or unintended behavior
Milestone

Comments

@ghost
Copy link

ghost commented Feb 7, 2017

System Info: CentOS 7.2.1511 & 4 cores, 12GB RAM

Version: Telegraf v1.2.1

Conf File:
metric_buffer_limit = 500000
there is 8 influxdb outputs configured

[[inputs.internal]]
  ## If true, collect telegraf memory stats.
  # collect_memstats = true

Output:

> select buffer_size from "internal_write" where time > now() - 1m
name: internal_write
time                 buffer_size
----                 -----------
2017-02-06T23:34:42Z -3657500
2017-02-06T23:35:00Z -3052500
2017-02-06T23:35:01Z -3702500

Errors:

No errors in log

@sparrc sparrc added this to the 1.3.0 milestone Feb 7, 2017
@sparrc sparrc added the bug unexpected problem or unintended behavior label Feb 7, 2017
sparrc added a commit that referenced this issue Feb 16, 2017
sparrc added a commit that referenced this issue Feb 17, 2017
sparrc added a commit that referenced this issue Feb 17, 2017
maxunt pushed a commit that referenced this issue Jun 26, 2018
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.

2 participants