mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #65040 from ClickHouse/update-comment-async-metrics
Improve comment about AsynchronousMetrics
This commit is contained in:
commit
c9e5fb663c
@ -45,14 +45,17 @@ struct ProtocolServerMetrics
|
||||
};
|
||||
|
||||
/** Periodically (by default, each second)
|
||||
* calculates and updates some metrics,
|
||||
* that are not updated automatically (so, need to be asynchronously calculated).
|
||||
* calculates and updates some metrics,
|
||||
* that are not updated automatically (so, need to be asynchronously calculated).
|
||||
*
|
||||
* This includes both ClickHouse-related metrics (like memory usage of ClickHouse process)
|
||||
* and common OS-related metrics (like total memory usage on the server).
|
||||
* This includes both general process metrics (like memory usage)
|
||||
* and common OS-related metrics (like total memory usage on the server).
|
||||
*
|
||||
* All the values are either gauge type (like the total number of tables, the current memory usage).
|
||||
* Or delta-counters representing some accumulation during the interval of time.
|
||||
*
|
||||
* Server and Keeper specific metrics are contained inside
|
||||
* ServerAsynchronousMetrics and KeeperAsynchronousMetrics respectively.
|
||||
*/
|
||||
class AsynchronousMetrics
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user