add DistributedConnectionFailAtAll, DistributedConnectionFailTry system.events description

Signed-off-by: Slach <bloodjazman@gmail.com>
This commit is contained in:
Slach 2020-03-12 21:14:00 +05:00
parent c88de7f0d7
commit c5b5bb3168

View File

@ -86,10 +86,10 @@
M(ZooKeeperBytesSent, "") \
M(ZooKeeperBytesReceived, "") \
\
M(DistributedConnectionFailTry, "") \
M(DistributedConnectionFailTry, "Total count when distributed connection fails with retry") \
M(DistributedConnectionMissingTable, "") \
M(DistributedConnectionStaleReplica, "") \
M(DistributedConnectionFailAtAll, "") \
M(DistributedConnectionFailAtAll, "Total count when distributed connection fails after all retries finished") \
\
M(CompileAttempt, "Number of times a compilation of generated C++ code was initiated.") \
M(CompileSuccess, "Number of times a compilation of generated C++ code was successful.") \