Victor Marmol
|
08186b6297
|
Rename StatsBuffer to TimedStore in utils
|
2015-04-23 11:12:09 -07:00 |
|
Victor Marmol
|
d9f8a0920c
|
Move StatsBuffer to be time-based.
It now keeps stats for a certain amount of time before expiring them. It
used to keep a certain number of stats instead.
|
2015-04-22 09:43:30 -07:00 |
|
Rohit Jnagal
|
872546ba3a
|
Bulk move current info api to info/v1. Making room for info/v2.
|
2015-03-04 00:47:28 +00:00 |
|
Victor Marmol
|
38203d1d49
|
Break storage/memory from the StorageDriver API.
It is not a StorageDriver, rather it is the always-existing memory
storage.
|
2015-02-22 19:07:11 -08:00 |
|
Katie Knister
|
86fc57b5ef
|
Final changes to circular buffer
|
2014-12-15 15:50:34 -08:00 |
|
Vishnu Kannan
|
7ed645f004
|
Avoid compiling cadvisor statically for the docker image by deriving the image from a stripped down busybox image.
Log failures encountered while dumping to influxdb
Handle critical failures in cadvisor gracefully without getting stuck.
|
2014-09-19 17:23:45 +00:00 |
|
Victor Marmol
|
42add2409a
|
Removing sampling and percentiles from interface.
Also removing all implementations.
|
2014-09-15 14:13:07 -07:00 |
|
Nan Monnand Deng
|
60a1b6a900
|
supports backend storage in in-memory storage
|
2014-09-05 13:27:26 -04:00 |
|
Nan Deng
|
b94c9936d0
|
influxdb
|
2014-07-01 19:21:43 -07:00 |
|
Nan Deng
|
a0071a7f7d
|
comment.
|
2014-06-19 14:48:21 -07:00 |
|
Nan Deng
|
e9111b5527
|
stats returned in chronological order
|
2014-06-19 14:35:55 -07:00 |
|
Nan Deng
|
3f6fa477a4
|
defer unlock
|
2014-06-18 16:34:47 -07:00 |
|
Nan Deng
|
05ce0c01e3
|
fix a deadlock bug along with unit tests
|
2014-06-18 13:43:08 -07:00 |
|
Nan Deng
|
7f542f2952
|
do not always allocate a new slice
|
2014-06-18 11:45:24 -07:00 |
|
Nan Deng
|
cf8257cd70
|
fix a bug in memory storage and add a new unit test
|
2014-06-17 20:54:48 -07:00 |
|
Victor Marmol
|
21869c563e
|
Merge pull request #62 from monnand/storage-unit-tests
unit tests for storage driver implementation
|
2014-06-17 15:14:28 -07:00 |
|
Nan Deng
|
a010934299
|
Close() error
|
2014-06-17 14:33:32 -07:00 |
|
Nan Deng
|
e1dcc93231
|
use in memory storage to do stats
|
2014-06-17 13:13:50 -07:00 |
|
Nan Deng
|
00f17b5068
|
rename
|
2014-06-16 20:30:37 -07:00 |
|
Nan Deng
|
d4201f66e0
|
in memory storage
|
2014-06-16 18:19:14 -07:00 |
|