tibrewalpratik17 commented on issue #13277: URL: https://github.com/apache/pinot/issues/13277#issuecomment-2211244473
Closing this as we were able to use `llcPartitionConsuming` and use `transformNull 0` to resolve this. Sample query for ref: ``` fetch service:stream-pinot role:pinot-server env:${envRegion.env} name:general_pinot_metric tag_0:llcpartitionconsuming | transformNull 0 | moving 5m max | tagSub tag_1 "((.*_realtime.*?-\d+))-(.*)" "\$1" | excludeByTag tag_1 "null" | sum tag_1 | aliasByTags tag_1 ``` This kind of works for us for now. We will cherry-pick the disabled table and paused consumption metric to enhance this further. -- 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...@pinot.apache.org 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