mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #22010 from ClickHouse/fix-doc-metric
Fix documentation for CurrentMetrics
This commit is contained in:
commit
c19045da25
@ -52,7 +52,7 @@
|
|||||||
M(RWLockActiveWriters, "Number of threads holding write lock in a table RWLock.") \
|
M(RWLockActiveWriters, "Number of threads holding write lock in a table RWLock.") \
|
||||||
M(GlobalThread, "Number of threads in global thread pool.") \
|
M(GlobalThread, "Number of threads in global thread pool.") \
|
||||||
M(GlobalThreadActive, "Number of threads in global thread pool running a task.") \
|
M(GlobalThreadActive, "Number of threads in global thread pool running a task.") \
|
||||||
M(LocalThread, "Number of threads in local thread pools. Should be similar to GlobalThreadActive.") \
|
M(LocalThread, "Number of threads in local thread pools. The threads in local thread pools are taken from the global thread pool.") \
|
||||||
M(LocalThreadActive, "Number of threads in local thread pools running a task.") \
|
M(LocalThreadActive, "Number of threads in local thread pools running a task.") \
|
||||||
M(DistributedFilesToInsert, "Number of pending files to process for asynchronous insertion into Distributed tables. Number of files for every shard is summed.") \
|
M(DistributedFilesToInsert, "Number of pending files to process for asynchronous insertion into Distributed tables. Number of files for every shard is summed.") \
|
||||||
M(TablesToDropQueueSize, "Number of dropped tables, that are waiting for background data removal.") \
|
M(TablesToDropQueueSize, "Number of dropped tables, that are waiting for background data removal.") \
|
||||||
|
Loading…
Reference in New Issue
Block a user