-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[BUG] Input procstat missing out on collection interval (1s) #2315
Comments
do you have collection jitter set? can you provide your full config file? can you try using a pidfile and see if you get the same result? |
@sparrc it seems to me to be related to values below 1 , as this grafana graph shows , the top is distinct cpu_usage values, the bottom is the count - both grouped by time 1second.
|
@sparrc - same result with pid/exe options aswell |
Versions: influxdb 1.1.1 , telegraf 1.1.2
telegraf.conf:
interval = "1s"
[[inputs.procstat]]
pattern = "influxdb"
server is not under heavy load, just trying to get cpu usage from the influxdb process , not getting cpu usage every second but rather here and there as show in picture:
The text was updated successfully, but these errors were encountered: