|
153 | 153 | M(ParallelFormattingOutputFormatThreads, "Number of threads in the ParallelFormattingOutputFormatThreads thread pool.") \ |
154 | 154 | M(ParallelFormattingOutputFormatThreadsActive, "Number of threads in the ParallelFormattingOutputFormatThreads thread pool running a task.") \ |
155 | 155 | M(ParallelFormattingOutputFormatThreadsScheduled, "Number of queued or active jobs in the ParallelFormattingOutputFormatThreads thread pool.") \ |
156 | | - M(ParallelParsingInputFormatThreads, "Number of threads in the ParallelParsingInputFormat thread pool.") \ |
157 | | - M(ParallelParsingInputFormatThreadsActive, "Number of threads in the ParallelParsingInputFormat thread pool running a task.") \ |
158 | | - M(ParallelParsingInputFormatThreadsScheduled, "Number of queued or active jobs in the ParallelParsingInputFormat thread pool.") \ |
159 | 156 | M(MergeTreeBackgroundExecutorThreads, "Number of threads in the MergeTreeBackgroundExecutor thread pool.") \ |
160 | 157 | M(MergeTreeBackgroundExecutorThreadsActive, "Number of threads in the MergeTreeBackgroundExecutor thread pool running a task.") \ |
161 | 158 | M(MergeTreeBackgroundExecutorThreadsScheduled, "Number of queued or active jobs in the MergeTreeBackgroundExecutor thread pool.") \ |
|
239 | 236 | M(QueryPipelineExecutorThreads, "Number of threads in the PipelineExecutor thread pool.") \ |
240 | 237 | M(QueryPipelineExecutorThreadsActive, "Number of threads in the PipelineExecutor thread pool running a task.") \ |
241 | 238 | M(QueryPipelineExecutorThreadsScheduled, "Number of queued or active jobs in the PipelineExecutor thread pool.") \ |
242 | | - M(ParquetDecoderThreads, "Number of threads in the ParquetBlockInputFormat thread pool.") \ |
243 | | - M(ParquetDecoderThreadsActive, "Number of threads in the ParquetBlockInputFormat thread pool running a task.") \ |
244 | | - M(ParquetDecoderThreadsScheduled, "Number of queued or active jobs in the ParquetBlockInputFormat thread pool.") \ |
245 | | - M(ParquetDecoderIOThreads, "Number of threads in the ParquetBlockInputFormat io thread pool.") \ |
246 | | - M(ParquetDecoderIOThreadsActive, "Number of threads in the ParquetBlockInputFormat io thread pool running a task.") \ |
247 | | - M(ParquetDecoderIOThreadsScheduled, "Number of queued or active jobs in the ParquetBlockInputFormat io thread pool.") \ |
248 | 239 | M(ParquetEncoderThreads, "Number of threads in ParquetBlockOutputFormat thread pool.") \ |
249 | 240 | M(ParquetEncoderThreadsActive, "Number of threads in ParquetBlockOutputFormat thread pool running a task.") \ |
250 | 241 | M(ParquetEncoderThreadsScheduled, "Number of queued or active jobs in ParquetBlockOutputFormat thread pool.") \ |
251 | 242 | M(MergeTreeSubcolumnsReaderThreads, "Number of threads in the thread pool used for subcolumns reading in MergeTree.") \ |
252 | 243 | M(MergeTreeSubcolumnsReaderThreadsActive, "Number of threads in the thread pool used for subcolumns reading in MergeTree running a task.") \ |
253 | 244 | M(MergeTreeSubcolumnsReaderThreadsScheduled, "Number of queued or active jobs in the thread pool used for subcolumns reading in MergeTree.") \ |
254 | | - M(DWARFReaderThreads, "Number of threads in the DWARFBlockInputFormat thread pool.") \ |
255 | | - M(DWARFReaderThreadsActive, "Number of threads in the DWARFBlockInputFormat thread pool running a task.") \ |
256 | | - M(DWARFReaderThreadsScheduled, "Number of queued or active jobs in the DWARFBlockInputFormat thread pool.") \ |
| 245 | + M(FormatParsingThreads, "Number of threads in the thread pool used for parsing input.") \ |
| 246 | + M(FormatParsingThreadsActive, "Number of threads in the thread pool used for parsing input running a task.") \ |
| 247 | + M(FormatParsingThreadsScheduled, "Number of queued or active jobs in the thread pool used for parsing input.") \ |
257 | 248 | M(OutdatedPartsLoadingThreads, "Number of threads in the threadpool for loading Outdated data parts.") \ |
258 | 249 | M(OutdatedPartsLoadingThreadsActive, "Number of active threads in the threadpool for loading Outdated data parts.") \ |
259 | 250 | M(OutdatedPartsLoadingThreadsScheduled, "Number of queued or active jobs in the threadpool for loading Outdated data parts.") \ |
|
0 commit comments