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

Bump gopsutil to v2.20.6 (and resolve LXC container uptime monitoring) #7811

Closed
wants to merge 2 commits into from

Conversation

citruspi
Copy link

@citruspi citruspi commented Jul 9, 2020

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

This PR bumps the gopsutil dependency to version v2.20.6 to include the fix for LXC guest detection which in turn resolves the open bug for LXC container uptime monitoring.


master

$ ./telegraf --test --input-filter system --config foo.conf | grep 'uptime='
2020-07-09T23:34:47Z I! Starting Telegraf 
> system,host=telegraf-lxc-test uptime=891624i 1594337688000000000

branch

$ ./telegraf --test --input-filter system --config foo.conf | grep 'uptime='
2020-07-09T23:34:50Z I! Starting Telegraf 
> system,host=telegraf-lxc-test uptime=2291i 1594337691000000000

@danielnelson danielnelson added this to the 1.16.0 milestone Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants