Naireen commented on code in PR #32027:
URL: https://github.com/apache/beam/pull/32027#discussion_r1700831351


##########
sdks/python/apache_beam/runners/worker/bundle_processor.py:
##########
@@ -1257,7 +1257,18 @@ def monitoring_infos(self):
       all_monitoring_infos_dict.update(
           op.monitoring_infos(transform_id, dict(tag_to_pcollection_id)))
 
-    return list(all_monitoring_infos_dict.values())
+    # Filter distributions that have values of zero counts.
+    filtered_dict = {}

Review Comment:
   Done, did it so if the distribution creation returns an error, it never is 
added to all_monitoring_infos_dict



-- 
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]

Reply via email to