morningman commented on code in PR #13646: URL: https://github.com/apache/doris/pull/13646#discussion_r1004315541
########## docs/zh-CN/docs/admin-manual/maint-monitor/monitor-metrics/metrics.md: ########## @@ -210,6 +210,7 @@ curl http://be_host:webserver_port/metrics?type=json || `{status="skip",type="report_all_tablets"}` | Num | xxx 类型任务被跳过执行的次数的累计值 | | |`doris_be_fragment_endpoint_count`| | Num| 同 | FIXME: 同 `doris_be_data_stream_receiver_count` 数目。并且向量化引擎缺失 | |`doris_be_fragment_request_duration_us`| | 微秒| 所有 fragment intance 的执行时间累计 | 通过斜率观测 instance 的执行耗时 | P0 | +|`doris_be_fragment_prepare_duration_ns`| | 纳秒| 单个 fragment intance 的prepare时间累计 | 通过斜率观测 instance 的prepare耗时 | P0 | Review Comment: How about use same unit as `doris_be_fragment_request_duration_us`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org