Skip to content

Commit

Permalink
[monitor][doc]modify incorrect status for doris_be_engine_requests_to…
Browse files Browse the repository at this point in the history
…tal (apache#25075)

Co-authored-by: xingying01 <[email protected]>
  • Loading branch information
xingyingone and alexxing662 authored Oct 7, 2023
1 parent 976335e commit 20a7df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ curl http://be_host:webserver_port/metrics?type=json
|`doris_be_disks_total_capacity`| | 字节 | 定数据目录所在磁盘的总容量| 配合 `doris_be_disks_avail_capacity` 计算磁盘使用率 | P0 |
|`doris_be_engine_requests_total`| | Num | BE 上各类任务执行状态的累计值| |
|| {status="failed",type="xxx"} | Num | xxx 类型的任务的失败次数的累计值| |
|| {status="failed",type="xxx"} | Num | xxx 类型的任务的总次数的累计值。| 可以按需监控各类任务的失败次数 | P0 |
|| {status="total",type="xxx"} | Num | xxx 类型的任务的总次数的累计值。| 可以按需监控各类任务的失败次数 | P0 |
|| `{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 |
Expand Down

0 comments on commit 20a7df6

Please sign in to comment.