You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/01/05 17:30:29 UTC

[beam] branch master updated (63e2696 -> d2690fa)

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

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


    from 63e2696  Merge pull request #4342 from chamikaramj/beam_sdf_cython_fix
     add a59b767  Plumb user metrics through Fn API.
     new d2690fa  Merge pull request #4344 from robertwb/user-metrics

The 1 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:
 .../fn-execution/src/main/proto/beam_fn_api.proto  |  37 ++-
 sdks/python/apache_beam/metrics/cells.py           |  13 +-
 sdks/python/apache_beam/metrics/execution.py       |  24 ++
 .../runners/portability/fn_api_runner.py           | 365 ++++++++++++++-------
 .../runners/portability/fn_api_runner_test.py      |  31 +-
 .../apache_beam/runners/worker/bundle_processor.py |  11 +-
 .../apache_beam/runners/worker/operations.py       |   8 +-
 .../apache_beam/runners/worker/sdk_worker.py       |   6 +-
 8 files changed, 357 insertions(+), 138 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: Merge pull request #4344 from robertwb/user-metrics

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d2690fae0cd3c16b18973ed68f514a2f2319af2b
Merge: 63e2696 a59b767
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Fri Jan 5 09:30:25 2018 -0800

    Merge pull request #4344 from robertwb/user-metrics
    
    [BEAM-1866] Plumb user metrics through Fn API.

 .../fn-execution/src/main/proto/beam_fn_api.proto  |  37 ++-
 sdks/python/apache_beam/metrics/cells.py           |  13 +-
 sdks/python/apache_beam/metrics/execution.py       |  24 ++
 .../runners/portability/fn_api_runner.py           | 365 ++++++++++++++-------
 .../runners/portability/fn_api_runner_test.py      |  31 +-
 .../apache_beam/runners/worker/bundle_processor.py |  11 +-
 .../apache_beam/runners/worker/operations.py       |   8 +-
 .../apache_beam/runners/worker/sdk_worker.py       |   6 +-
 8 files changed, 357 insertions(+), 138 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.