damccorm commented on code in PR #23371:
URL: https://github.com/apache/beam/pull/23371#discussion_r980414683


##########
sdks/python/apache_beam/testing/load_tests/load_test_metrics_utils.py:
##########
@@ -151,7 +151,7 @@ def get_all_distributions_by_type(dist, metric_id):
     list of :class:`DistributionMetric` objects
   """
   submit_timestamp = time.time()
-  dist_types = ['count', 'max', 'min', 'sum']
+  dist_types = ['count', 'max', 'min', 'sum', 'mean']

Review Comment:
   Looking back through history, it looks like this was intentionally omitted 
in favor of sum/count - 
https://github.com/apache/beam/commit/bef40cc02231945bf345065e0fb0703d42fce86c 
- are we able to just use sum/count instead of mean?



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