We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Increment buffer_size as soon as the metric is incremented
6ec4845
fixes #2380
d80fc39
00c77df
Only set the buffer size once
87ea8a7
2113235
06176ef
31249eb
sparrc
Successfully merging a pull request may close this issue.
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
Output:
Errors:
No errors in log
The text was updated successfully, but these errors were encountered: