You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mi...@apache.org on 2019/10/30 19:25:25 UTC

[beam] branch master updated (1ccecd3 -> 7a02887)

This is an automated email from the ASF dual-hosted git repository.

mikhail pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 1ccecd3  Remove --flink-master-url alias.
     new 054fe9c  [BEAM-4775] Extract code responsible for parsing MonitoringInfo
     new 34407f6  [BEAM-4775] Expose metrics gathered by FnApiRunner in LocalJobServicer
     new f1944c0  [BEAM-4775] Publish only user metrics in load tests
     new f53e47a  [BEAM-4775] Use result property of MetricResult in load tests
     new 7a02887  Merge pull request #9843 from kamilwu/portable-runners-metrics

The 23700 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../python/apache_beam/metrics/monitoring_infos.py |  7 +++
 .../runners/portability/fn_api_runner.py           | 45 ++++----------
 .../runners/portability/local_job_service.py       | 25 +++++++-
 .../runners/portability/portable_metrics.py        | 69 ++++++++++++++++++++++
 .../runners/portability/portable_runner.py         | 32 +++++++---
 .../apache_beam/testing/load_tests/load_test.py    | 32 ++++------
 .../testing/load_tests/load_test_metrics_utils.py  |  9 +--
 .../apache_beam/testing/load_tests/pardo_test.py   |  2 -
 8 files changed, 152 insertions(+), 69 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/portability/portable_metrics.py