You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/03/30 19:45:06 UTC

[beam] branch master updated (16e5263 -> 65c8426)

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

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


    from 16e5263  Merge pull request #11189 from ibzib/retain-unknown-args
     new 2606499  accept generated metrics
     new a66b380  Remove mType and move type urns to urnToType
     new 046e2f8  add missing pcollection payload
     new 65c8426  Merge pull request #11231 from lostluck/shortids

The 26239 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:
 sdks/go/pkg/beam/core/metrics/store.go             |  13 ++
 sdks/go/pkg/beam/core/runtime/harness/harness.go   |  16 +-
 .../go/pkg/beam/core/runtime/harness/monitoring.go | 211 +++++++++++++++++++--
 .../beam/core/runtime/harness/monitoring_test.go   | 173 +++++++++++++++++
 sdks/go/pkg/beam/model/pipeline_v1/metrics.pb.go   |   3 +-
 5 files changed, 401 insertions(+), 15 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/harness/monitoring_test.go