Commit Graph

28 Commits

Author SHA1 Message Date
Alex Mavrogiannis
f996b186ff removed the gomock files from the old location 2015-07-09 17:36:39 -07:00
Alex Mavrogiannis
8d50a8da8f updated mock godep to use github instead of code.google.com 2015-07-09 17:22:38 -07:00
superzhaoyy
43fe9556b1 Add the support for redis in cAdvisor's storage 2015-05-13 00:03:14 -04:00
Victor Marmol
96c025a60a Update gocapability 2015-05-05 14:31:25 -07:00
Victor Marmol
fa782f19f9 Update libcontainer godep
Fixes #668
2015-05-05 14:01:17 -07:00
Victor Marmol
1a1a1faa7e Update inotify dependency. 2015-05-04 10:15:21 -07:00
Victor Marmol
077b324074 Updating DockerClient godep 2015-04-30 23:08:57 -07:00
Victor Marmol
a7d52293c8 Updating libcontianer dependency 2015-04-10 14:51:29 -07:00
kargakis
ee9dd8abdb Replace deprecated oauth2 package 2015-03-24 10:42:05 +01:00
Johannes 'fish' Ziemke
60a107371b Add prometheus client lib dependencies 2015-03-11 20:51:11 +01:00
Victor Marmol
b5769d50a8 Updating github.com/docker/docker/... godeps. 2015-03-03 08:56:04 -08:00
Victor Marmol
3ea09e78fd Adding GCE metadata lib 2015-01-23 15:56:21 -08:00
Victor Marmol
adfccb7c1c Updating to latest libcontainer. 2015-01-08 12:15:03 -08:00
Victor Marmol
e6807c9f6c Use Go 1.4. 2015-01-05 14:11:39 -08:00
Victor Marmol
0162b1f59d Add testify/require to godeps 2014-12-17 15:52:55 -08:00
Eric Paris
d1a2842b28 update libcontainer to v1.2.0-173-g58fc931 2014-12-15 15:00:45 -08:00
Dipankar Sarkar
6798f193fd Added HTTP Auth and HTTP Digest authentication #302 2014-12-11 17:25:43 +05:30
Victor Marmol
32b009025d Update testify dependency. 2014-11-22 07:44:24 +08:00
Victor Marmol
5cdc6c3304 Update libcontainer for new net stats patch that uses less CPU. 2014-10-28 10:58:54 -07:00
Abin Shahab
e6406ef6d0 Additional blkio stats
This adds blkio.io_wait_time, blkio.io_service_time, blkio.io_merged, and blkio.time to the api
2014-10-21 22:41:33 +00:00
Victor Marmol
62b37eca1d Adding --log_cadvisor_usage flag to log the resource usage of cAdvisor.
This helps during performance analysis.
2014-10-15 08:18:38 -07:00
Vishnu Kannan
607a41936f Updating libcontainer dependency. 2014-09-24 17:45:04 +00:00
Paul Liétar
3956f6ce4d Bump go-dockerclient. 2014-09-23 16:32:13 +02:00
Victor Marmol
ad47c699bf Adding all dependencies to Godeps. 2014-09-17 21:31:13 -07:00
Victor Marmol
b22bfa32f0 Updating libcontainer version.
This includes a fix which reduces CPU usage by ~30%.
2014-09-10 18:01:45 -07:00
Victor Marmol
8e295e264c Updating libcontainer to latest. 2014-09-03 16:21:13 -07:00
Vishnu Kannan
02b64ed29f Updating libcontainer dependency via 'godep update'. This is required for cAdvisor to work inside docker.
Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
2014-08-19 19:39:09 +00:00
Kelsey Hightower
e6d3895ea2 manage dependencies with godep
This commit adds all cadvisor dependencies as the result of running
the following commands:

    go get -u
    godep save

The .travis.yml file has been updated to use godep for building
binaries and running tests. The prepare.sh script has been updated
to use godep to build the cadvisor binary.
2014-08-14 11:30:50 -07:00