Commit Graph

14 Commits

Author SHA1 Message Date
a863ac9d77 Merge pull request #3 from life360/master
added e2e latency stats
2016-06-09 23:15:24 +02:00
73be4f2a46 added func getPercentile(t *topic, percentile int) float64 2016-05-30 14:43:03 -07:00
701681becc Merge pull request #6 from 0x46616c6b/patch-2
adjust gopath in Dockerfile
2016-04-05 22:08:17 +02:00
ca5a6a74dc adjust gopath in Dockerfile 2016-04-05 22:07:39 +02:00
91e49ab3ff Merge pull request #5 from 0x46616c6b/patch-1
remove todo from readme
2016-04-05 21:29:13 +02:00
43b35c88ad remove todo from readme 2016-04-05 21:28:05 +02:00
bf6bc73e11 remove e2e_latency from TODO list 2016-04-03 13:44:53 -07:00
5c56510b49 added 95th and 99th percentiles stats for topics 2016-04-03 10:24:37 -07:00
30565eb641 squashed commits 2016-04-02 09:06:00 -07:00
f9035d0814 Merge pull request #2 from tsne/master
Divide stats collector in sub-collectors
2015-12-22 10:06:20 +01:00
76b63dc80d change names for stats sub-collectors 2015-12-21 20:46:02 +01:00
d5a4ca52d9 Change the imports back to the lovoo path 2015-12-21 20:18:15 +01:00
470c5a0ae2 Divide stats collector in sub-collectors.
In order to avoid timeouts in case of many clients,
it should be possible to configure which stats should
be collected.

Implements the following sub-collectors:
 * topics
 * channels
 * clients
2015-12-21 18:13:03 +01:00
37b0428070 initial commit 2015-12-11 15:22:25 +01:00