Rohit Jnagal
80fabb3e60
Remove RecentStats() from all storage drivers except memory.
...
We should probably make memory as a cache type rather than storage.
RecentStats() can then be removed from the storage interface.
Will try it out as a separate PR.
2015-06-01 16:52:11 +00: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
Vishnu Kannan
8fd73e7fc0
Adding filesystem stats to db storage drivers. Moved FsStats to info package.
2014-10-01 18:49:10 +00:00
Nan Monnand Deng
f3f098f3d2
delete data from influxdb after unit test
2014-09-05 17:39:34 -04:00
Nan Monnand Deng
9d6235f4d0
remove Samples() Percentiles() from influxdb driver
2014-09-05 15:33:25 -04:00
Victor Marmol
401a44bbae
Ignore the InfluxDB tests while they are flaky.
2014-08-25 17:00:37 -07:00
Vishnu Kannan
9b5b221a57
Buffer stats in influxdb driver before writing to the Db. The buffering duration
...
is configurable via a flag and is set to 60 seconds by default.
The storage driver test code has been refactored a bit to help test the new buffering
feature and will be future proof.
Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
2014-08-19 19:59:33 +00:00
Rohit Jnagal
ca9cd37e8a
Reduce influxdb schema to only the values we currently plan to use.
...
We'll re-add new params as they are needed and as we understand influxdb
scalability better.
Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-08-09 22:59:32 +00:00
Rohit Jnagal
10d631be6d
Factor out data comparator for storage tests.
...
For influxdb, we are planning to export lesser data. Having a separate
comparator will let us reuse the same tests.
Docker-DCO-1.1-Signed-off-by: Rohit Jnagal <jnagal@google.com> (github: rjnagal)
2014-08-09 01:28:27 +00:00
Vish Kannan
6c2694a53b
Merge pull request #105 from monnand/re-enable-influxdb
...
re-enable unit tests for influxdb
2014-08-06 16:46:21 -07:00
Nan Deng
55b65f4eb9
Retrieve 0 stats/samples when user asked for zero stats/samples
2014-07-23 17:28:41 -07:00
Nan Deng
290f57dd0a
re-enable unit tests for influxdb
2014-07-22 14:12:33 -07:00
Victor Marmol
7e380f6944
Skip influxdb tests for now.
2014-07-22 11:36:35 -07:00
Nan Monnand Deng
a38d60ac54
influxdb changed their API, again.
2014-07-19 01:36:47 -04:00
Nan Deng
2d3f8d9f0f
re-enable influxdb
2014-07-17 14:36:19 -07:00
Nan Deng
bdd2b021c3
remove support for influxdb until influxdb/influxdb#756 get fixed
2014-07-16 18:00:18 -07:00
Nan Deng
a96e4e12e2
style
2014-07-07 16:10:09 -07:00
Nan Deng
a1cb5bf4ef
allow the storage to store some inaccurate time
2014-07-03 20:55:56 +00:00
Nan Deng
fceb2707dd
percentiles
2014-07-02 16:06:27 -07:00
Nan Deng
41dcf6d42d
no curry
2014-07-02 15:20:21 -07:00
Nan Deng
562a150592
more on test
2014-07-02 15:12:37 -07:00
Nan Deng
795b451288
tested on multi-machine multi-container scenario
2014-07-02 14:24:45 -07:00
Nan Deng
e4c439ce25
passed all existing unit tests
2014-07-02 14:05:06 -07:00
Nan Deng
4d9f9d7aaf
more unit tests. passed
2014-07-02 11:19:38 -07:00
Nan Deng
7bd8cc2c0b
Passed first unit test. Waiting for a fix for influxdb/influxdb-go#12
2014-07-02 11:15:48 -07:00
Nan Deng
b94c9936d0
influxdb
2014-07-01 19:21:43 -07:00