mqliang commented on a change in pull request #6741: URL: https://github.com/apache/incubator-pinot/pull/6741#discussion_r611913711
########## File path: pinot-controller/src/main/resources/app/interfaces/types.d.ts ########## @@ -119,6 +119,8 @@ declare module 'Models' { numGroupsLimitReached: boolean partialResponse?: number minConsumingFreshnessTimeMs: number + offlineThreadCpuTimeNs: number + realtimeThreadCpuTimeNs: number Review comment: tsx, ts file change is needed because e need display those two metrics on UI. ########## File path: pinot-controller/src/main/resources/app/interfaces/types.d.ts ########## @@ -119,6 +119,8 @@ declare module 'Models' { numGroupsLimitReached: boolean partialResponse?: number minConsumingFreshnessTimeMs: number + offlineThreadCpuTimeNs: number + realtimeThreadCpuTimeNs: number Review comment: tsx, ts file change is needed because we need display those two metrics on UI. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org