Commit Graph

1434 Commits

Author SHA1 Message Date
Rohit Jnagal
6c284efb09 Merge pull request #650 from vmarmol/events
Add oom_kill_events parameter to API
2015-04-15 16:24:48 -07:00
Victor Marmol
886b54793f cAdvisor 0.12.0 2015-04-15 15:54:17 -07:00
Victor Marmol
a45d396804 Add oom_kill_events parameter to API 2015-04-15 15:49:11 -07:00
Rohit Jnagal
0971262de0 Merge pull request #649 from vmarmol/events
Use formatting glog.Info
2015-04-15 14:05:46 -07:00
Victor Marmol
82034c1fb0 Use formatting glog.Info 2015-04-15 13:55:54 -07:00
Rohit Jnagal
25f3124155 Merge pull request #648 from vmarmol/events
Split OOM event into OOM and OOM Kill
2015-04-15 13:49:45 -07:00
Victor Marmol
fd1ff04f7f Split OOM event into OOM and OOM Kill.
This will allow to watch and differentiate that the OOM victim may not
equal the OOM'd container.
2015-04-15 13:30:08 -07:00
Victor Marmol
32b33b215a Add support for identifying OOM victim. 2015-04-15 13:09:22 -07:00
Rohit Jnagal
a59bfbbd5c Merge pull request #647 from kateknister/master
Reenable netlink cpu tracking
2015-04-14 14:19:02 -07:00
Katie Knister
00ce5ca367 Reenable netlink cpu tracking 2015-04-14 14:07:19 -07:00
Rohit Jnagal
9724c705a7 Merge pull request #646 from vmarmol/log
Lowering log levels.
2015-04-13 15:32:31 -07:00
Victor Marmol
11462d80bc Lowering log levels.
Reduce common logging using Kubernetes logging standards.
2015-04-13 15:05:41 -07:00
Victor Marmol
417cd5ead2 Merge pull request #644 from rjnagal/docker
Fix networking stats by switching Tx and Rx stats.
2015-04-13 10:28:05 -07:00
Rohit Jnagal
dfcc05a953 Fix networking stats by switching Tx and Rx stats.
A better fix is to directly use stats collected by libcontainer.
2015-04-13 17:01:06 +00:00
Victor Marmol
81e099aae6 Merge pull request #639 from rjnagal/docker
Remove sched debug based load implementation.
2015-04-10 14:56:53 -07:00
Rohit Jnagal
ab07169113 Merge pull request #637 from vmarmol/libcontainer
Rebase cAdvisor to the new libcontainer.
2015-04-10 14:56:08 -07:00
Victor Marmol
64c0d3d8c3 Migrating cAdvisor to new libcontainer.
Backwards compatability is maintained with older versions of
libcontainer.
2015-04-10 14:51:29 -07:00
Victor Marmol
e97e203d76 Adding translation layer for pre-API libcontainer configs. 2015-04-10 14:51:29 -07:00
Victor Marmol
a7d52293c8 Updating libcontianer dependency 2015-04-10 14:51:29 -07:00
Rohit Jnagal
aea95e3228 Remove sched debug based load implementation. 2015-04-10 21:50:55 +00:00
Victor Marmol
a86aea117b Merge pull request #642 from kateknister/master
Added todo for oom integration test
2015-04-10 14:12:29 -07:00
Katie Knister
fc63243801 Added todo for oom integration test 2015-04-10 14:10:25 -07:00
Rohit Jnagal
0caed52d0c Merge pull request #641 from kateknister/master
Improved event integration tests
2015-04-10 13:57:36 -07:00
Katie Knister
ee4bdc2698 Improvements to events integration test 2015-04-10 13:33:22 -07:00
Vish Kannan
a1c688751c Merge pull request #640 from vmarmol/events
Make EventData a concrete type.
2015-04-09 15:28:02 -07:00
Victor Marmol
a21bf2555e Make EventData a concrete type.
Having this as an interface was giving us a lot of problems with
unmarshaling. Made into a union of concrete types.
2015-04-09 15:21:24 -07:00
Rohit Jnagal
e32b661ac3 Merge pull request #629 from kateknister/master
Preliminary integration tests for getting events
2015-04-08 17:26:25 -07:00
Katie Knister
766e7556f6 Preliminary integration tests for getting events 2015-04-08 10:20:03 -07:00
Victor Marmol
76023410e6 Merge pull request #636 from justinsb/fail_if_cannot_register_digest
Return error if can't register digest handler
2015-04-07 08:53:22 -07:00
Victor Marmol
093951a614 Merge pull request #635 from justinsb/fix_format_string
Simple fix to format string
2015-04-07 08:46:24 -07:00
Justin Santa Barbara
5b25e20413 Return error if can't register digest handler
This was caught by go vet.
2015-04-07 08:43:27 -07:00
Justin Santa Barbara
95e4953239 Simple fix to format string 2015-04-07 08:32:57 -07:00
Victor Marmol
3442b49701 Merge pull request #627 from rjnagal/version
Add a v2 client library, starting with machine information.
2015-04-06 09:16:36 -07:00
Victor Marmol
ec3fd88a39 Merge pull request #632 from rjnagal/docker
Readability changes for events.
2015-04-06 08:08:49 -07:00
Rohit Jnagal
bfdabe84ff Readability changes for events.
Ordered structs around a bit and updated comments.
2015-04-06 06:22:31 +00:00
Victor Marmol
c4ddfe82b4 Merge pull request #630 from jdef/fix_628
pointers that reference addresses of the internal circular buffer should not escape
2015-04-04 08:37:12 -07:00
James DeFelice
b173a1e44c pointers that reference addresses of the internal circular buffer should not escape 2015-04-04 12:39:09 +00:00
Rohit Jnagal
0d6d1d8077 Add a v2 client library, starting with machine information. 2015-04-03 18:16:41 +00:00
Rohit Jnagal
318252a107 Merge pull request #625 from vmarmol/two
cAdvisor 0.11.0.
2015-04-01 14:53:45 -07:00
Victor Marmol
d476eef283 Merge pull request #626 from rjnagal/version
Fix build. change  event.Event to info.Event.
2015-04-01 14:47:14 -07:00
Rohit Jnagal
14f3fcb005 Fix build. change []Event to EventSlice. 2015-04-01 18:51:43 +00:00
Victor Marmol
05beb3cf98 cAdvisor 0.11.0. 2015-04-01 10:59:49 -07:00
Rohit Jnagal
9c5e140e43 Merge pull request #624 from vmarmol/event-docs
Add API v1.3 documentation.
2015-04-01 10:58:11 -07:00
Rohit Jnagal
ff40d64e93 Merge pull request #623 from vmarmol/docs
Default max events to 10 and change historical to stream
2015-04-01 10:57:34 -07:00
Rohit Jnagal
2276dde655 Merge pull request #612 from kateknister/clientBranch
Created client interface for api events handler
2015-04-01 10:56:15 -07:00
Victor Marmol
278d0a858b Add API v1.3 documentation. 2015-04-01 10:07:25 -07:00
Victor Marmol
8af583c35e Change historical to stream so it can default to false.
Defaulting to non-watch makes it easy to query in a browser and curl.
2015-04-01 10:05:05 -07:00
Victor Marmol
c0121e15ce Default MaxNumEvents to 10 2015-04-01 10:04:09 -07:00
Rohit Jnagal
ad17e31a98 Merge pull request #622 from vmarmol/doc
Move Event to info since it is a public API object.
2015-04-01 09:58:38 -07:00
Victor Marmol
4cb69036f8 Move Event to info since it is a public API object. 2015-04-01 09:17:43 -07:00