derekwaynecarr
cccf9d5fec
Allow clients to know if inodes are supported on a filesystem
2016-07-26 11:15:07 -04:00
Vish Kannan
04f73fefa5
Merge pull request #1395 from derekwaynecarr/cadvisor_wrong_values
...
filesystem usage stats are wrong in v2 api
2016-07-25 14:41:56 -07:00
derekwaynecarr
8551b0ebf7
filesystem usage stats are wrong in v2 api
2016-07-25 17:33:26 -04:00
Tim St. Clair
fe765981c2
Merge pull request #1391 from atombender/fix_prometheus_scrape_error_gauge
...
Fix for Prometheus metric "container_scrape_errors" getting stuck
2016-07-21 18:21:24 -07:00
Alexander Staubo
f8f474e791
This fixes a bug where any errors encountered during Prometheus metric
...
collection would stay counted in the gauge "container_scrape_errors",
making that particular metric useless. Instead, it must be reset on
every scrape.
2016-07-21 20:04:21 -04:00
Tim St. Clair
552d2578ec
Merge pull request #1379 from mwringe/collector_httpclient
...
Update collectors to use a customized httpClient.
2016-07-21 13:15:49 -07:00
mwringe
b8b541d86a
Update collectors to use a customized httpClient.
2016-07-21 16:00:21 -04:00
Vish Kannan
e47efa0e8a
Merge pull request #1390 from Random-Liu/bump-up-go-systemd
...
Bump up go-systemd to 4484981625c1a6a2ecb40a390fcb6a9bcfee76e3.
2016-07-21 11:04:02 -07:00
Lantao Liu
b351411510
Bump up go-systemd to 4484981625c1a6a2ecb40a390fcb6a9bcfee76e3.
2016-07-20 20:41:21 -07:00
Vish Kannan
533e6704d8
Merge pull request #1388 from vishh/docker-bump
...
Update docker to v1.11.2
2016-07-19 16:59:18 -07:00
Vishnu kannan
d4ce3dccdd
update docker to v1.11.2
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 16:55:05 -07:00
Tim St. Clair
734db4c437
Merge pull request #1387 from vishh/runc-bump
...
Update libcontainer deps
2016-07-19 12:45:32 -07:00
Vishnu kannan
4c0d60d9de
update libcontainer deps
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 12:35:14 -07:00
Tim St. Clair
510e6e8bfd
Merge pull request #1381 from Random-Liu/fix-watch-error
...
Continue watching other sub directories when there is watch error.
2016-07-18 18:24:06 -07:00
Lantao Liu
41e74494b3
Continue watching other directories when there is watch error.
2016-07-18 16:49:47 -07:00
Vish Kannan
0f253fe687
Merge pull request #1380 from mtaufen/working-set-fix
...
Modify working set memory stats calculation
2016-07-15 11:10:07 -07:00
Michael Taufen
307d1b1cb3
Modify working set memory stats calculation
...
Change working set calculation to usage - total_inactive_file, rather than
usage - total_inactive_anon - total_inactive_file. Since writes to tmpfs
get tracked as total_inactive_anon when swap is disabled, the old
calculation would under-report memory pressure.
See this Kubernetes issue for context:
https://github.com/kubernetes/kubernetes/issues/28619
2016-07-15 10:58:25 -07:00
Tim St. Clair
b37f9970ef
Merge pull request #1376 from mwringe/collector_endpoints
...
Update collectors to be able to directly use the ip address of containers
2016-07-14 18:03:59 -07:00
Matt Wringe
6ef612f21e
Update collectors to be able to directly access containers by their ip address.
2016-07-14 10:36:53 -04:00
Tim St. Clair
000cedb480
Merge pull request #1349 from mwringe/docker_ip_address_files
...
Add support to the handler to support fetching the ip address and files
2016-07-13 13:55:27 -07:00
Matt Wringe
213c254bb7
Add in the ability to expose the ip address of a container.
2016-07-13 13:58:43 -04:00
Vish Kannan
2290707a3b
Merge pull request #1369 from vishh/move-to-vendor
...
Switch to using vendor directory for deps.
2016-07-11 17:32:30 -07:00
Vishnu kannan
2eecea1353
Move presubmit to a make rule. Update docs to not use make all unless necessary.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 17:27:24 -07:00
Vishnu kannan
c1f3340830
update jenkins script to use make
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 13:22:18 -07:00
Vishnu kannan
d2dba37eb8
ignore vendor pkgs from tests
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 12:40:17 -07:00
Vishnu kannan
38ea12a533
update scripts and docs to not mention godep for builds
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 12:40:05 -07:00
Vishnu kannan
de4af1288b
moving deps to vendor subdirectory
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 12:19:43 -07:00
Tim St. Clair
40fd72ef26
Merge pull request #1358 from ncdc/ignore-devicemapper-container-mounts
...
Exclude Docker devicemapper mounts from fs info
2016-07-07 13:17:52 -07:00
Andy Goldstein
a8c592e601
Exclude Docker devicemapper mounts from fs info
...
Exclude Docker devicemapper mounts from the list of filesystem partitions (e.g.
/var/lib/docker/devicemapper/mnt/*) because these are handled by the ThinPoolWatcher for
per-container filesystem information.
2016-07-07 14:35:22 -04:00
Andy Goldstein
dcf5d575eb
Always set partition fsType
2016-07-07 14:35:22 -04:00
Tim St. Clair
3977cb8bd1
Merge pull request #1223 from timstclair/test-tags
...
Move mocks to testing package to remove +build tags
2016-07-06 14:34:31 -07:00
Tim St. Clair
35f7bc5ee7
Move mocks to testing package to remove +build tags
...
Some go tools (e.g. godef, gorename) don't handle +build tags well, so
I refactored some packages to remove the test tags from cAdvisor.
2016-07-06 14:15:43 -07:00
Tim St. Clair
a10ec4443f
Merge pull request #1332 from waleedsamy/patch-1
...
fix broken link
2016-07-01 12:48:25 -07:00
waleed samy
148bc71924
fix broken link
2016-07-01 21:29:33 +02:00
Tim St. Clair
c39c3f5b38
Merge pull request #1347 from enoodle/cloudinfo_gce_id_from_file
...
cloudinfo: identify gce from file
2016-07-01 07:45:48 -07:00
Erez Freiberger
cf548f1b70
cloudinfo: identify gce from file
2016-07-01 11:43:09 +03:00
Vish Kannan
6abe4db6f4
Merge pull request #1362 from timstclair/remote-races
...
Detect race conditions in jenkins integration tests
2016-06-30 19:38:42 -07:00
Tim St. Clair
2c69c0b634
Detect race conditions in jenkins integration tests
...
Injected a race into cadvisor.go and verified this caught it. Also, fix
the runner to grab the logs even when the tests don't complete.
2016-06-30 19:10:08 -07:00
Tim St. Clair
e6c30f7e8d
Merge pull request #1288 from timstclair/races
...
Run the integration tests locally with the race detector enabled
2016-06-30 17:37:34 -07:00
Tim St. Clair
42dda5ef64
Run the integration tests with the race detector enabled
...
The integration test script was changed so that it aborts the testing
when the cAdvisor binary exits with a non-zero error code.
Also in this PR:
- clean up makefile to print more informative output
- change make release to build the release binary
2016-06-30 17:29:24 -07:00
Tim St. Clair
5a28a0c718
Merge pull request #1357 from timstclair/jenkins
...
Update jenkins script to match job configs
2016-06-30 13:33:08 -07:00
Tim St. Clair
4b80217dcc
Update jenkins script to match job configs
...
Update jenkins_e2e.sh to match the up-to-date configurations of the
cAdvisor jenkins PR-builder and CI jobs. Once this is merged, we can
update those jobs to call this script instead.
2016-06-30 13:29:41 -07:00
Vish Kannan
d07eef4456
Merge pull request #1356 from timstclair/release
...
Simplify cAdvisor release versioning
2016-06-30 12:17:43 -07:00
Tim St. Clair
306854a42d
Also check for dirty releases
2016-06-29 18:27:07 -07:00
Tim St. Clair
151d4912dc
Simplify cAdvisor release versioning
...
- Eliminate version/VERSION in favor of parsing git versions
- Enforce that releases are built against tagged versions
- Delete the broken release script, change `make release` to build the release
2016-06-29 18:27:07 -07:00
Tim St. Clair
51574ec04f
Merge pull request #1355 from ronnielai/version
...
Release 0.23.6
2016-06-27 17:51:14 -07:00
Ron Lai
0522a747cc
Release 0.23.6
2016-06-27 17:41:03 -07:00
Tim St. Clair
bad9237cf6
Merge pull request #1353 from ronnielai/fsinfo
...
Including the number of free inodes in FsInfo
2016-06-27 12:06:20 -07:00
Ron Lai
29ffb3b6b9
Adding inode info
2016-06-27 11:52:40 -07:00
Tim St. Clair
dbff294be6
Merge pull request #1323 from philips/patch-1
...
README: tell people where to find people in slack
2016-06-23 16:37:34 -07:00