Commit Graph

2236 Commits

Author SHA1 Message Date
fzu-huang
95153bb857 Fixes partion name, v2 TCP stats 2016-12-27 00:09:51 +08:00
Vish Kannan
f68f04aa13 Merge pull request #1508 from timstclair/go1.7
Build & test cAdvisor with go 1.7.1
2016-12-05 17:41:01 +05:30
Tim St. Clair
ad3716a314
Build & test cAdvisor with go 1.7.2 2016-12-02 10:27:16 -08:00
Tim St. Clair
a6ebbf9dad v0.24.1 release notes (#1497) 2016-11-23 11:22:13 -08:00
Tim St. Clair
6ce987b702
Streamline release process 2016-11-16 17:28:35 -08:00
Tim St. Clair
b5b0547e33 Merge pull request #1531 from Random-Liu/fix-bug-in-tail
Fix a bug in tail.
2016-11-10 15:15:02 -08:00
Tim St. Clair
c52cb944ad
Publish public version of release instructions 2016-11-10 11:55:35 -08:00
Random-Liu
3c3f070720 Fix bug in tail. 2016-11-10 11:39:22 -08:00
Tim St. Clair
d5ce22ba04 Merge pull request #1528 from anandkumarpatel/patch-1
fix broken link: container_hints definition
2016-11-07 14:45:16 -08:00
Anandkumar Patel
ea7a38930c fix broken link: container_hints definition 2016-11-03 23:46:07 -07:00
Tim St. Clair
a726d13de8 Merge pull request #1507 from dashpole/dir_fs_info
added GetDirFsInfo, which returns filesystem information for the specified directory
2016-10-21 15:48:24 -07:00
David Ashpole
3fec19a10e added getdirfsinfo, which finds fsinfo for the filesystem containing dir 2016-10-21 15:41:18 -07:00
Tim St. Clair
1f00ce6905 Merge pull request #1511 from euank/fix-oom-tests
oomparser: Fix tests
2016-10-20 18:37:52 -07:00
Tim St. Clair
8eac2c9525 Merge branch 'master' into fix-oom-tests 2016-10-20 14:41:34 -07:00
Tim St. Clair
581c31ba3d Merge pull request #1505 from timstclair/cleanup
Clean up unused variable in check_gofmt.sh
2016-10-20 13:31:57 -07:00
Tim St. Clair
81ac3bfeec
Clean up unused variable in check_gofmt.sh 2016-10-20 13:12:01 -07:00
Euan Kemp
125d026aae oomparser: Fix tests
They had reflect.Equal instead of !reflect.Equal.
They also depended on the current year. Which changed.
2016-10-20 10:50:14 -07:00
Tim St. Clair
49659347aa Merge pull request #1504 from dashpole/go_vet_fix
fixed go vet bug
2016-10-19 15:01:07 -07:00
David Ashpole
d6be0547f4 found a much simpler way to fix the go vet problem 2016-10-19 14:54:31 -07:00
Vish Kannan
de0c0fdbf7 Merge pull request #1506 from dashpole/revert_root_path_config
Revert "Merge pull request #1503 from dashpole/configure_root_path"
2016-10-19 14:18:20 -07:00
David Ashpole
a9b9dbe6be Revert "Merge pull request #1503 from dashpole/configure_root_path"
Undo this commit
This reverts commit 719df516db, reversing
changes made to cae5bfaee6.
2016-10-19 13:47:01 -07:00
Tim St. Clair
719df516db Merge pull request #1503 from dashpole/configure_root_path
Cadvisor Configure Root Path
2016-10-19 10:48:15 -07:00
David Ashpole
9e47be7bdf Cadvisor allows the RootPath to be configured. The RootPath is used to determine which filesystem is the RootFs. 2016-10-19 10:39:35 -07:00
Tim St. Clair
cae5bfaee6 Merge pull request #1501 from dashpole/remove_flaky_test
removed flaky test
2016-10-14 13:33:10 -07:00
David Ashpole
835fd2e619 removed flaky test 2016-10-14 10:38:37 -07:00
Tim St. Clair
e972272aef Merge pull request #1489 from dashpole/per_container_inode_stats
Cadvisor now publishes per-container inode stats
2016-10-13 10:16:16 -07:00
David Ashpole
9fdeefe3e4 Cadvisor now publishes per-container inode stats using the command 'find . -xdev printf '.'| wc -c' this is published in the v2 api using a new field 2016-10-12 13:16:21 -07:00
Tim St. Clair
a9b1ab1dd8 Merge pull request #1374 from timstclair/comments
Cleanup comment style: // should be proceeded by a space
2016-10-07 17:16:27 -07:00
Tim St. Clair
afe67fec68
Cleanup comment style: // should be proceded by a space 2016-10-07 17:06:02 -07:00
Jimmi Dyson
0c6b72de19 Merge pull request #1473 from jimmidyson/prom-collector-label-spaces
Switch to Prometheus decoders for Prometheus custom metric endpoint parsing
2016-09-26 20:21:55 +01:00
Jimmi Dyson
923dbc58c1
Convert Prometheus labels into single consistent string label for cadvisor 2016-09-23 13:06:52 +01:00
Jimmi Dyson
041c5af905
Switch to Prometheus decoder 2016-09-22 22:22:07 +01:00
Derek Carr
22695f92ea Merge pull request #1476 from derekwaynecarr/update-godeps
Fix running cAdvisor in container on RHEL systems
2016-09-22 16:26:42 -04:00
derekwaynecarr
b84046f12c Look at all cgroup mounts 2016-09-22 15:34:59 -04:00
derekwaynecarr
1c63c39c6e Update runc libcontainer dependency 2016-09-22 15:34:59 -04:00
Tim St. Clair
418c181eba Merge pull request #1470 from timstclair/assets
Fix UI assets
2016-09-19 15:41:38 -07:00
Tim St. Clair
bd7ea539bc Merge branch 'master' into assets 2016-09-19 15:36:17 -07:00
Tim St. Clair
bfafd16531 Merge pull request #1471 from timstclair/build
Better release failure messages
2016-09-19 15:36:10 -07:00
Tim St. Clair
8abfbd266b Merge branch 'master' into build 2016-09-19 15:30:01 -07:00
Tim St. Clair
c122d07b23 Merge pull request #1469 from timstclair/integration
Refresh sudo credentials before running integration test
2016-09-19 15:01:43 -07:00
Tim St. Clair
4e993cf5ef
Rebuild UI assets 2016-09-19 14:56:44 -07:00
Tim St. Clair
aecc17d08b
Ensure assets are rebuilt in presubmit 2016-09-19 14:56:43 -07:00
Tim St. Clair
ee53bd3124
Better release failure messages 2016-09-19 14:56:27 -07:00
Tim St. Clair
a14b6c7a6a
Don't include modtime with built UI assets 2016-09-19 14:52:13 -07:00
Tim St. Clair
f66f9b127c
Refresh sudo credentials before running integration test 2016-09-19 14:42:16 -07:00
Tim St. Clair
97987e5e0b Merge pull request #1465 from timstclair/changelog
Add v0.24.0 release notes
2016-09-19 12:34:41 -07:00
Tim St. Clair
4810be6039
Add v0.24.0 release notes 2016-09-19 11:46:24 -07:00
Tim St. Clair
984a760808 Merge pull request #1464 from timstclair/changelog-cp
Cherrypick 1.3 changelog
2016-09-19 11:03:48 -07:00
Seth Jennings
b9ad949c46
Cherrypick release v0.23.9 2016-09-19 10:54:03 -07:00
Tim St. Clair
3f51b8c861
Cherrypick release v0.23.8 2016-09-19 10:53:54 -07:00