change system.metrics.MySQLConnection description after review

Signed-off-by: Slach <bloodjazman@gmail.com>
This commit is contained in:
Slach 2020-02-07 08:12:00 +05:00
parent 1bff5578b6
commit 8251695383

View File

@ -16,7 +16,7 @@
M(DistributedSend, "Number of connections to remote servers sending data that was INSERTed into Distributed tables. Both synchronous and asynchronous mode.") \
M(QueryPreempted, "Number of queries that are stopped and waiting due to 'priority' setting.") \
M(TCPConnection, "Number of connections to TCP server (clients with native interface), also included server-server distributed query connections") \
M(MySQLConnection, "Number of connections of clients over MySQL wire protocol") \
M(MySQLConnection, "Number of client connections using MySQL protocol") \
M(HTTPConnection, "Number of connections to HTTP server") \
M(InterserverConnection, "Number of connections from other replicas to fetch parts") \
M(OpenFileForRead, "Number of files open for reading") \