zuxie commented on code in PR #29879:
URL: https://github.com/apache/beam/pull/29879#discussion_r1443546082
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java:
##########
@@ -1747,6 +1757,12 @@ private void updateThreadMetrics() {
maxOutstandingBundles.addValue(workUnitExecutor.maximumElementsOutstanding());
}
+ private void sendWorkerMessage() throws IOException {
Review Comment:
Can you populate other processed signals here as well? Namely
maximum_thread_count, active_bundle_count, maximum_bundle_count.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]