Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-09 Thread via GitHub
wangbo merged PR #44870: URL: https://github.com/apache/doris/pull/44870 -- 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.apach

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2530547125 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2530547074 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-09 Thread via GitHub
doris-robot commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2527965577 TeamCity be ut coverage result: Function Coverage: 38.78% (10103/26050) Line Coverage: 29.69% (84688/285271) Region Coverage: 28.77% (43488/151163) Branch Coverage: 25.

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-09 Thread via GitHub
wangbo commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2527719984 run buildall -- 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 unsub

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-09 Thread via GitHub
github-actions[bot] commented on code in PR #44870: URL: https://github.com/apache/doris/pull/44870#discussion_r1875819562 ## be/src/runtime/workload_group/workload_group.h: ## @@ -17,7 +17,6 @@ #pragma once -#include #include Review Comment: warning: 'gen_cpp/Backen

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-09 Thread via GitHub
wangbo commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2527652145 run buildall -- 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 unsub

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-08 Thread via GitHub
yiguolei commented on code in PR #44870: URL: https://github.com/apache/doris/pull/44870#discussion_r1875323083 ## be/src/runtime/workload_group/workload_group_metrics.cpp: ## @@ -0,0 +1,126 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-08 Thread via GitHub
yiguolei commented on code in PR #44870: URL: https://github.com/apache/doris/pull/44870#discussion_r1875320096 ## be/src/common/config.cpp: ## @@ -1211,6 +1211,8 @@ DEFINE_mString(doris_cgroup_cpu_path, ""); DEFINE_mBool(enable_be_proc_monitor, "false"); DEFINE_mInt32(be_proc

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-03 Thread via GitHub
doris-robot commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2514118514 TeamCity be ut coverage result: Function Coverage: 38.50% (10009/26000) Line Coverage: 29.51% (83823/284085) Region Coverage: 28.63% (43107/150580) Branch Coverage: 25.

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-03 Thread via GitHub
wangbo commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2513833197 run buildall -- 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 unsub

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-03 Thread via GitHub
wangbo commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2513828379 run buildall -- 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 unsub

Re: [PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-02 Thread via GitHub
doris-robot commented on PR #44870: URL: https://github.com/apache/doris/pull/44870#issuecomment-2511155151 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+proce

[PR] [Improment]Add workload group resource usage metrics [doris]

2024-12-02 Thread via GitHub
wangbo opened a new pull request, #44870: URL: https://github.com/apache/doris/pull/44870 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: Add workload group resource usage metrics. ### Release note None