zhtaoxiang opened a new pull request, #10195: URL: https://github.com/apache/pinot/pull/10195
emit numberTasks metrics from minion, at `task type` level and `table task type` level. Following shows the emitted metrics ``` curl -s http://localhost:8080 | grep numberTasks_Count # HELP pinot_minion_numberTasks_Count Attribute exposed for management "org.apache.pinot.common.metrics":name="pinot.minion.RealtimeToOfflineSegmentsTask.numberTasks",type="MinionMetrics",attribute=Count # TYPE pinot_minion_numberTasks_Count untyped pinot_minion_numberTasks_Count{id="RealtimeToOfflineSegmentsTask",} 0.0 pinot_minion_numberTasks_Count{table="mytable",tableType="REALTIME",taskType="RealtimeToOfflineSegmentsTask",} 0.0 ``` -- 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