Commit Graph

2204 Commits

Author SHA1 Message Date
Calum Lacroix
967e09a3a5 Checks environment variables for empty strings
If an environment variable is an empty string, cadvisor panics and fails to start
2017-02-08 18:44:56 +00:00
Derek Carr
36ab9f9aa4 Merge pull request #1586 from sjenning/dont-use-host-thinls
do not look in rootfs for thin_ls binary
2017-02-03 14:32:14 -05:00
Seth Jennings
cd41c0bd60 don't look in host path for thin_ls binary 2017-02-03 12:50:20 -06:00
Derek Carr
c30a9e7d36 Merge pull request #1573 from derekwaynecarr/ingore_docker_mount
Ignore any .mount cgroup in docker
2017-01-16 13:57:04 -05:00
Derek Carr
4ad5c58f6a Ignore any .mount cgroup in docker handler 2017-01-16 11:02:37 -05:00
Tim St. Clair
1fa56cb0c0 Merge pull request #1571 from justinsb/aws_sdk_go_update
Update aws-sdk-go to 1.6.10
2017-01-12 17:38:43 -08:00
Justin Santa Barbara
c954f88700 Update aws-sdk-go to 1.6.10 2017-01-12 11:30:58 -05:00
Tim St. Clair
a86d1db0ac Merge pull request #1568 from dashpole/logging_reduction
Lower verbosity level for spamming log
2017-01-09 11:52:03 -08:00
David Ashpole
696b82ae97 do not log multiple filesystems if root container 2017-01-09 10:55:41 -08:00
Tim St. Clair
5e78498404 Merge pull request #1564 from andyxning/add_error_log_for_open_log_file
add error log for open log file
2017-01-06 10:35:19 -08:00
Andy Xie
2c1d001857 add error log for open log file 2017-01-06 10:52:03 +08:00
Tim St. Clair
ba33b5a25b Merge pull request #1558 from sykesm/wait-for-wc
Remove pipe to wc and prevent zombie on err
2017-01-05 10:26:23 -08:00
Matthew Sykes
4593632015 Remove pipe to wc and prevent zombie on err 2017-01-05 09:22:00 -05:00
Tim St. Clair
4078df244f Merge pull request #1567 from dashpole/update_assets
updated assets to 2017 using make assets
2017-01-04 13:29:08 -08:00
David Ashpole
090529ecee fixed boilerplate verification 2017-01-04 13:18:45 -08:00
Bilal Amarni
e2b87c896d mention another prometheus example using Grafana (#1561) 2017-01-03 16:48:02 -08:00
Vish Kannan
e7f83e04a5 Merge pull request #1534 from timstclair/docs
Publish public version of release instructions
2017-01-03 16:15:29 -08:00
Vish Kannan
95044dd480 Merge branch 'master' into docs 2017-01-03 16:15:13 -08:00
Tim St. Clair
476e65ec57 Merge pull request #1547 from 163yun/master
Fixes partion name, v2 TCP stats
2017-01-03 15:49:59 -08:00
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