David Ashpole
94db83f31b
Merge pull request #1530 from danielkrainas/set-envs-v2-spec
...
set envs when converting to v2 spec
2017-04-10 21:31:27 -07:00
Danny Krainas
8aa7e674e5
set envs when converting to v2 spec
2017-04-11 00:21:35 -04:00
David Ashpole
359ef5b100
Merge pull request #1488 from tcolgate/master
...
Add udp and udp6 network statistics
2017-04-10 16:55:21 -07:00
Tristan Colgate
227bb3a79d
Add udp and udp6 network statistics
2017-04-10 20:41:51 +01:00
David Ashpole
850f5edba8
Merge pull request #1634 from basvdlei/prometheus-ignore-unused-cpu
...
Ignore unused cpus in Prometheus metrics
2017-04-10 08:45:51 -07:00
Bas van der Lei
a3e8c73865
gnore unused cpus in Prometheus metrics
...
Only include cpu's in the Prometheus metrics endpoint that were used.
In recent kernels the cpuacct.statcpus behavior has changed to include
all possible cpu's. This can results in a high number of stale metrics
in the Prometheus endpoint.
2017-04-10 14:10:48 +02:00
David Ashpole
8a87edd987
Merge pull request #1622 from mkumatag/git_ignore
...
Gitignore Files generated by JetBrains IDEs
2017-04-06 14:30:21 -07:00
David Ashpole
357cb54f15
Merge branch 'master' into git_ignore
2017-04-06 14:21:06 -07:00
David Ashpole
2ddeb5f60e
Merge pull request #1623 from mkumatag/docker_api_version
...
Add Docker API version
2017-04-04 07:41:23 -07:00
Manjunath A Kumatagi
8fb1158353
Add Docker API version
2017-04-04 10:56:11 +05:30
David Ashpole
bd72ac3332
Merge pull request #1582 from sjitech/master
...
doc about error `Privileged mode is incompatible with user namespaces…
2017-03-20 09:27:58 -07:00
Manjunath A Kumatagi
838599dab4
Gitignore Files generated by JetBrains IDEs
2017-03-18 16:51:36 +05:30
jjqq
4a4471684f
doc about error Privileged mode is incompatible with user namespaces
and solution --userns=host
2017-03-18 19:49:30 +09:00
Tim St. Clair
88f7898516
Merge pull request #1619 from timstclair/docs
...
Remove out of date support section of running doc
2017-03-17 11:09:01 -07:00
Tim St. Clair
594dfd4ea6
Remove out of date support section of running doc
2017-03-17 10:50:07 -07:00
David Ashpole
1dfc7a17eb
Merge pull request #1555 from bakins/bakins/zfs-filesystem-watcher
...
Add watcher for zfs similar to devicemapper
2017-03-15 15:37:18 -07:00
Brian Akins
feecd47daa
Add watcher for zfs similar to devicemapper
...
minor cleanup
ensure we look at parent dataset for limit, etc
2017-03-15 18:31:11 -04:00
David Ashpole
86daf2b4db
Merge pull request #1574 from dmrub/master
...
Added fix for Kubernetes btrfs issue #38337
2017-03-15 08:25:51 -07:00
Dmitri Rubinstein
3e43b4573d
Added fix for Kubernetes btrfs issue #38337
...
https://github.com/kubernetes/kubernetes/issues/38337
2017-03-15 16:06:54 +01:00
David Ashpole
fb28b0da1b
Merge pull request #1578 from NickrenREN/sysfs-new
...
optimize NewRealSysFs()
2017-03-14 21:28:05 -07:00
NickrenREN
a248c34528
optimize NewRealSysFs()
...
remove second return value since it will never return err
2017-03-15 12:11:50 +08:00
Tim St. Clair
5d3f487a1a
Merge pull request #1612 from andyxning/fix_statsd_error_log
...
Fix statsd error log
2017-03-14 12:35:28 -07:00
Andy Xie
1e93f1a412
fix statsd error logging
2017-03-14 10:27:29 +08:00
Tim St. Clair
17543becf9
Merge pull request #1609 from dashpole/1_6_release
...
Release v0.25.0
2017-03-09 15:01:14 -08:00
David Ashpole
dcf4be2613
release version 0.25.0
2017-03-09 14:49:36 -08:00
Tim St. Clair
178aba245d
Merge pull request #1606 from andyxning/fix_markdown_format
...
fix markdown format
2017-03-06 11:22:57 -08:00
Andy Xie
55172b9002
fix markdown format
2017-03-04 12:06:00 +08:00
Tim St. Clair
64d1517309
Merge pull request #1603 from timstclair/release
...
Test cAdvisor with the latest go patch release
2017-02-27 12:57:35 -08:00
Tim St. Clair
a5cf6abf6d
Test cAdvisor with the latest go patch release
2017-02-27 11:50:46 -08:00
Tim St. Clair
338283be7e
Merge pull request #1601 from timstclair/release
...
Record sha256 for cAdvisor releases
2017-02-24 11:16:26 -08:00
Tim St. Clair
701cd36b5c
Record sha256 for cAdvisor releases
2017-02-24 10:15:11 -08:00
Derek Carr
f1af5b407c
Merge pull request #1588 from derekwaynecarr/disable_thin_ls
...
disable thin_ls due to excessive iops
2017-02-09 11:20:12 -05:00
Derek Carr
b172ba65b4
disable thin_ls due to excessive iops
2017-02-09 10:29:58 -05:00
Tim St. Clair
be5b9990fc
Merge pull request #1590 from cvlc/check-empty-for-env-vars
...
check docker container environment variables for empty strings
2017-02-08 17:08:26 -08:00
Calum Lacroix
6d67091c8b
Checks for successful string split on env variable
2017-02-08 22:39:34 +00:00
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