Commit Graph

2017 Commits

Author SHA1 Message Date
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
Dawn Chen
2003ebe46c
Cherry-pick release:
- Check for thin_is binary in path for devicemapper when using ThinPoolWatcher
  - Fix uint64 overflow issue for CPU stats
2016-09-19 10:53:26 -07:00
Tim St. Clair
bddfb5f7ca
Release v0.23.3 2016-09-19 10:53:00 -07:00
Vish Kannan
d7a44cb1a2 Merge pull request #1456 from timstclair/cloud-api
Cherrypick #1455: Fix google cloud godeps
2016-09-13 15:24:18 -07:00
Tim St. Clair
e7576e5790
Moved google.golang.org/cloud/compute/metadata to cloud.google.com/go/compute/metadata 2016-09-13 13:59:03 -07:00
Vish Kannan
257173442c Merge pull request #1453 from timstclair/release-script
Allow alpha/beta tagged releases
2016-09-13 12:32:47 -07:00
Tim St. Clair
96d7e923ee
Allow alpha/beta tagged releases 2016-09-13 12:06:28 -07:00
Tim St. Clair
2a94462f03 Merge pull request #1446 from FlyingShit-XinHuang/master
Fix an error in 'application_metrics.md'
2016-09-06 11:52:51 -07:00
Tim St. Clair
552ae82e3f Merge pull request #1448 from vladgolubev/patch-1
Cosmetic styling change: break long words in container name title
2016-09-06 12:34:05 -04:00
Vlad Holubiev
82e9b1aa37 Styling: break long words in container name title 2016-09-06 14:06:53 +03:00
Xin Huang
0c335a32ea Fix an error in 'application_metrics.md'
There is a minor mistake of Dockerfile example
2016-09-06 15:05:34 +08:00
Tim St. Clair
bea0adbc86 Merge pull request #1437 from micahhausler/inodes-metric
Add inodes to /metrics endpoint
2016-08-29 10:49:07 -07:00
Micah Hausler
a9bb292b52 Add inodes to /metrics endpoint 2016-08-27 18:39:53 -04:00
Tim St. Clair
cd360d66e2 Merge pull request #1429 from grobie/grobie/container-label-filter
Provide option to control Prometheus labels
2016-08-22 15:32:10 -07:00
Tim St. Clair
751e6668bb Merge pull request #1430 from grobie/grobie/update-prometheus-url
Update prometheus.io URL
2016-08-22 14:32:25 -07:00
Tobias Schmidt
e76096d4f6 Provide option to control Prometheus labels
This change generalizes the existing ContainerNameToLabelsFunc to allow the user to fully control all labels attached to exported Prometheus metrics. The existing behavior is available as DefaultContainerLabelsFunc and is used if no custom function is provided.

This will allow Kubernetes to filter out its internal Docker labels.
2016-08-22 17:26:36 -04:00
Tobias Schmidt
82ce4ff6fc Update prometheus.io URL 2016-08-21 00:21:15 -04:00
Tim St. Clair
2ed7198f77 Merge pull request #1423 from chenchun/memory_reservation
GetSpec missing memory reservation
2016-08-16 17:37:08 -07:00
Chun Chen
844c98e073 GetSpec missing memory reservation 2016-08-16 23:26:46 +08:00