You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/01/31 22:53:48 UTC

[beam] branch master updated (94ca187 -> c8a937c)

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

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


    from 94ca187  Merge pull request #10701 from stankiewicz/BEAM-9188
     add c8a937c  [BEAM-9167] Metrics extraction refactoring. (#10716)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/metrics/dumper.go       | 110 +++++++++
 sdks/go/pkg/beam/core/metrics/metrics.go      | 341 ++++++--------------------
 sdks/go/pkg/beam/core/metrics/metrics_test.go | 109 ++++----
 sdks/go/pkg/beam/core/metrics/store.go        | 133 ++++++++++
 sdks/go/pkg/beam/core/runtime/exec/plan.go    |  68 ++++-
 sdks/go/pkg/beam/metrics_test.go              |  20 +-
 sdks/go/pkg/beam/runners/direct/direct.go     |   4 +-
 7 files changed, 440 insertions(+), 345 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/metrics/dumper.go
 create mode 100644 sdks/go/pkg/beam/core/metrics/store.go