mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-12 02:45:45 +02:00
feat: introduce metrics/logs of when pipelining is being throttled (#4000)
* feat: introduce metrics/logs of when pipelining is being throttled Fixes #3999 following up on discussion at #3997. --------- Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
5dcad859b0
commit
b0d52c69ba
11 changed files with 78 additions and 64 deletions
|
@ -31,7 +31,7 @@ ABSL_DECLARE_FLAG(string, dbfilename);
|
|||
ABSL_DECLARE_FLAG(double, rss_oom_deny_ratio);
|
||||
ABSL_DECLARE_FLAG(uint32_t, num_shards);
|
||||
ABSL_FLAG(bool, force_epoll, false, "If true, uses epoll api instead iouring to run tests");
|
||||
ABSL_DECLARE_FLAG(size_t, acllog_max_len);
|
||||
ABSL_DECLARE_FLAG(uint32_t, acllog_max_len);
|
||||
namespace dfly {
|
||||
|
||||
std::ostream& operator<<(std::ostream& os, const DbStats& stats) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue