Commit Graph

1207 Commits

Author SHA1 Message Date
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
Katie Knister
18e51f00f8 Added client for api events handler 2015-03-31 12:14:26 -07:00
Rohit Jnagal
130d97ac1a Merge pull request #619 from vmarmol/docs
Fix build documentation and clarify readme.
2015-03-30 16:22:41 -07:00
Victor Marmol
c5b4f30ad9 Fix build documentation and clarify readme. 2015-03-30 16:16:01 -07:00
Victor Marmol
e0b82dfd7c Merge pull request #618 from rjnagal/version
Add events endpoint to v2.0.
2015-03-27 21:58:34 -07:00
Rohit Jnagal
bb77a9b0e8 Add events endpoint to v2.0. 2015-03-28 04:48:59 +00:00
Vish Kannan
dd19c93f84 Merge pull request #617 from vmarmol/two
v2.0 API does not depend on v1.x.
2015-03-27 18:59:35 -07:00
Victor Marmol
1d58fa9c5d v2.0 API does not depend on v1.x.
The v2.0 API is separate and will evolve to have separate structured
from v1.x.
2015-03-27 16:33:48 -07:00
Rohit Jnagal
d1f21bb2fd Merge pull request #600 from kateknister/apiBranch
adding systemd oomparser functionality
2015-03-25 23:06:00 -07:00
Victor Marmol
fae2234846 Merge pull request #576 from kateknister/master
Provides a way to remove unused channels from an eventHandler's watchers list
2015-03-25 17:29:01 -07:00
Katie Knister
3c7e67991d Created a way to remove unused channels from an eventHandler's watchers list 2015-03-25 16:36:48 -07:00
Rohit Jnagal
fd9f7e0e82 Merge pull request #615 from vmarmol/default
Return all stats by default.
2015-03-25 13:33:24 -07:00
Victor Marmol
bacf817e6a If start and end specified, ignore maxResults. 2015-03-25 13:18:54 -07:00
Victor Marmol
814c65059a Document and specify defaults for ContainerRequestInfo. 2015-03-25 13:15:10 -07:00
Victor Marmol
bfaf70b255 Merge pull request #614 from rjnagal/master
Fix table length for bigquery storage.
2015-03-24 18:04:16 -07:00
Katie Knister
21e96ed61c adding systemd oomparser functionality 2015-03-24 12:33:57 -07:00
Rohit Jnagal
a37b596a45 Fix table length for bigquery storage. 2015-03-24 18:18:42 +00:00
Rohit Jnagal
cf13f4d5ee Merge pull request #610 from kargakis/goauth2-replacement
goauth2 replacement
2015-03-24 11:16:14 -07:00
kargakis
3ccd56d848 Use new oauth2 package
Fixes #608
2015-03-24 10:54:38 +01:00
kargakis
ee9dd8abdb Replace deprecated oauth2 package 2015-03-24 10:42:05 +01:00
Victor Marmol
8ec4990bc6 Merge pull request #613 from rjnagal/version
Remove field descriptions from Machine doc.
2015-03-23 12:52:59 -07:00
Rohit Jnagal
c34d80fdca Remove field descriptions from Machine doc. 2015-03-23 18:23:10 +00:00
Victor Marmol
e68a8c511e Merge pull request #611 from rjnagal/version
Add documentation for 2.0 API.
2015-03-23 11:12:04 -07:00
Rohit Jnagal
9a79c8a0fb Add documentation for 2.0 API. 2015-03-23 18:06:03 +00:00
Victor Marmol
1acf796852 Merge pull request #538 from DreadPirateShawn/patch-1
Fixed minor typo in runtime_options.md
2015-03-23 10:54:42 -07:00
Victor Marmol
41a0c30fbf Merge pull request #609 from simon3z/boot-id
machine: collect node boot id if available
2015-03-23 08:19:13 -07:00
Federico Simoncelli
9d41787b62 machine: collect node boot id if available
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-03-23 10:45:03 -04:00
Vish Kannan
3390499a8c Merge pull request #604 from smarterclayton/slightly_decrease_log_on_startup
Reduce the level for a few common log messages
2015-03-19 21:03:18 -07:00