Skip to content

Commit

Permalink
Update to the latest version of the gosigar library (#4316)
Browse files Browse the repository at this point in the history
Update deps to include the latest changes from the elastic/gosigar#71 which includes a change to use `MemAvailable` on Linux.

This closes #4202.
  • Loading branch information
monicasarbu authored and andrewkroh committed May 16, 2017
1 parent 5cbd804 commit a09c903
Show file tree
Hide file tree
Showing 12 changed files with 1,116 additions and 37 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ https://github.com/elastic/beats/compare/v6.0.0-alpha1...master[Check the HEAD d

*Metricbeat*
- Fix a debug statement that said a module wrapper had stopped when it hadn't. {pull}4264[4264]
- Use MemAvailable value from /proc/meminfo on Linux 3.14. {pull}4316[4316]

*Packetbeat*

Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/elastic/gosigar/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/elastic/gosigar/codecov.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 76 additions & 0 deletions vendor/github.com/elastic/gosigar/sigar_darwin_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 34 additions & 25 deletions vendor/github.com/elastic/gosigar/sigar_linux_common.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a09c903

Please sign in to comment.