memgraph/src
Marin Tomic 6236fbbcb4 Add request queue size rpc stat
Summary:
The queue size stat is updated every time we pop from queue.
This means it won't get updated if we get requests while all threads are
busy processing some long running request. I don't think we care about
the exact queue size in that case, so that is fine.

Reviewers: mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1213
2018-02-21 11:44:30 +01:00
..
communication Add request queue size rpc stat 2018-02-21 11:44:30 +01:00
data_structures Fix flaky concurrent list test 2018-02-19 12:49:38 +01:00
database Implement remote create (storage, RPC, not operator) 2018-02-21 09:17:48 +01:00
distributed Implement remote create (storage, RPC, not operator) 2018-02-21 09:17:48 +01:00
durability Extract address types 2018-02-15 17:31:10 +01:00
io/network Add initial version of statsd 2018-02-02 17:02:37 +01:00
mvcc Refactor global ids and prepare for distributed 2017-12-05 13:05:55 +01:00
query Plan basic distributed Cartesian without any checks 2018-02-20 13:02:08 +01:00
stats Fix statsd and benchmark client 2018-02-17 17:06:25 +01:00
storage Implement remote create (storage, RPC, not operator) 2018-02-21 09:17:48 +01:00
threading Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
transactions Cleanup per-transaction caches in distributed 2018-02-16 15:30:05 +01:00
utils Stats from card fraud benchmark 2018-02-07 19:57:25 +01:00
CMakeLists.txt Cleanup per-transaction caches in distributed 2018-02-16 15:30:05 +01:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp Add memgraph global stats prefix 2018-02-16 17:14:50 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00