Yingchun Lai
72f3082358
[Metrics] Add some metrics for container size in BE ( #3246 )
...
We can observe the workload of BE, and also it's a way to check
whether there is any problem in BE, like some container increase
too large and lead to OOM.
This patch add the following metrics:
```
Name Description
rowset_count_generated_and_in_use The total count of rowset id generated and in use since BE last start
unused_rowsets_count The total count of unused rowset waiting to be GC
broker_count The total count of brokers in management
data_stream_receiver_count The total count of data stream receivers in management
fragment_endpoint_count The total count of fragment endpoints of data stream in management, should always equal to data_stream_receiver_count
active_scan_context_count The total count of active scan contexts
plan_fragment_count The total count of plan fragments in executing
load_channel_count The total count of load channels in management
result_buffer_block_count The total count of result buffer blocks for queries, each block has a limited queue size (default 1024)
result_block_queue_count The total count of queues for fragments, each queue has a limited size (default 20, by config::max_memory_sink_batch_count)
routine_load_task_count The total count of routine load tasks in executing
small_file_cache_count The total count of cached small files' digest info
stream_load_pipe_count The total count of stream load pipes, each pipe has a limited buffer size (default 1M)
tablet_writer_count The total count of tablet writers
brpc_endpoint_stub_count The total count of brpc endpoints
```
2020-04-25 16:13:39 +08:00
..
2019-11-08 21:19:26 +08:00
2020-04-22 22:59:44 +08:00
2019-12-27 10:10:21 +08:00
2018-11-02 17:05:48 +08:00
2018-11-02 17:05:48 +08:00
2018-11-02 10:22:32 +08:00
2019-10-09 22:31:27 +08:00
2020-02-17 11:22:09 +08:00
2019-08-14 18:24:52 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2019-10-09 22:31:27 +08:00
2019-10-09 22:31:27 +08:00
2019-06-18 14:48:33 +08:00
2020-01-17 14:13:38 +08:00
2020-01-17 14:13:38 +08:00
2020-01-17 14:13:38 +08:00
2020-04-22 22:59:44 +08:00
2019-08-19 09:40:47 +08:00
2019-08-14 18:24:52 +08:00
2018-11-19 17:42:46 +08:00
2019-06-14 23:38:31 +08:00
2019-01-03 19:07:27 +08:00
2020-04-25 16:13:39 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2020-03-12 22:59:40 +08:00
2020-01-10 00:45:50 +08:00
2019-11-26 22:22:14 +08:00
2018-11-02 10:22:32 +08:00
2020-03-25 20:39:07 +08:00
2019-08-28 18:08:26 +08:00
2020-01-31 21:09:29 +08:00
2020-02-14 18:01:16 +08:00
2020-02-14 18:01:16 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2020-02-14 18:01:16 +08:00
2019-12-10 21:59:05 +08:00
2020-01-06 18:39:31 +08:00
2018-11-02 10:22:32 +08:00
2019-09-06 15:23:57 +08:00
2019-09-06 15:23:57 +08:00
2019-08-29 21:19:19 +08:00
2019-08-29 21:19:19 +08:00
2018-11-02 10:22:32 +08:00
2020-03-12 22:15:13 +08:00
2020-03-12 22:15:13 +08:00
2018-11-02 10:22:32 +08:00
2020-02-27 11:00:50 +08:00
2018-11-02 10:22:32 +08:00
2020-04-25 16:13:39 +08:00
2020-04-25 16:13:39 +08:00
2018-11-02 10:22:32 +08:00
2020-04-22 22:59:44 +08:00
2018-11-02 10:22:32 +08:00
2019-06-17 10:18:16 +08:00
2019-06-17 10:18:16 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2019-12-06 20:39:56 +08:00
2019-12-06 20:39:56 +08:00
2020-02-04 00:16:01 +08:00
2020-02-04 00:16:01 +08:00
2020-02-14 18:01:16 +08:00
2019-11-19 17:57:37 +08:00
2019-06-14 23:38:31 +08:00
2019-06-14 23:38:31 +08:00
2020-01-31 21:09:29 +08:00
2020-01-31 21:09:29 +08:00
2018-11-02 10:22:32 +08:00
2019-12-12 16:55:07 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2019-06-14 23:38:31 +08:00
2019-01-03 19:07:27 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-12-12 20:06:35 +08:00
2018-12-12 20:06:35 +08:00
2020-02-14 18:01:16 +08:00
2020-01-10 00:45:50 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2020-04-08 11:17:47 +08:00
2020-02-14 18:01:16 +08:00
2020-02-14 18:01:16 +08:00
2018-12-24 16:55:39 +08:00
2018-12-24 16:55:39 +08:00
2020-02-14 18:01:16 +08:00
2020-02-14 18:01:16 +08:00
2020-01-13 12:31:37 +08:00
2019-06-14 23:38:31 +08:00
2019-06-05 12:28:15 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2019-06-14 23:38:31 +08:00
2018-11-02 10:22:32 +08:00
2019-06-14 23:38:31 +08:00
2019-06-05 12:28:15 +08:00
2019-10-21 16:05:12 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2020-02-07 09:31:35 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2020-02-10 17:50:52 +08:00
2020-02-10 17:50:52 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2020-02-18 18:39:04 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2019-11-05 09:25:47 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2019-10-09 22:31:27 +08:00
2020-04-24 21:38:55 +08:00
2020-04-24 21:38:55 +08:00
2020-02-14 18:01:16 +08:00
2019-09-25 13:49:32 +08:00
2019-07-11 09:46:38 +08:00
2019-08-06 17:15:11 +08:00
2019-12-03 23:01:40 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-15 16:17:23 +08:00
2018-11-15 16:17:23 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2020-01-06 18:39:31 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2019-11-19 18:00:19 +08:00
2019-11-28 18:48:52 +08:00
2019-11-28 18:48:52 +08:00
2019-10-31 21:42:58 +08:00
2018-11-02 10:22:32 +08:00
2019-05-07 15:55:04 +08:00
2019-04-30 11:12:23 +08:00
2019-11-05 09:25:47 +08:00
2018-11-01 09:06:01 +08:00
2020-02-18 15:36:49 +08:00
2020-03-24 13:54:05 +08:00
2020-02-19 20:23:19 +08:00
2020-02-19 20:23:19 +08:00
2020-03-29 14:18:19 +08:00
2020-03-17 15:53:44 +08:00
2019-09-27 13:21:14 +08:00
2020-04-08 11:17:47 +08:00
2019-06-14 23:38:31 +08:00
2018-11-02 10:22:32 +08:00
2020-03-29 14:18:19 +08:00
2019-06-14 23:38:31 +08:00
2018-12-27 13:53:27 +08:00
2020-04-08 18:58:12 +08:00
2020-02-21 20:42:42 +08:00
2020-02-21 20:42:42 +08:00
2020-03-05 09:15:11 +08:00
2019-05-09 10:27:30 +08:00
2019-09-29 18:20:02 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2018-11-02 10:22:32 +08:00
2020-01-06 18:39:31 +08:00
2020-01-06 18:39:31 +08:00
2019-09-29 18:20:02 +08:00
2019-12-27 10:10:21 +08:00
2019-12-27 10:10:21 +08:00