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 2021/10/29 19:56:10 UTC

[beam] branch master updated (2e448de -> d8cecb1)

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 2e448de  [BEAM-12047] Updates CHANGES.md to mention the URN convention (#15845)
     add d8cecb1  [BEAM-13001] DoFn metrics for Go SDK (#15657)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/metrics/dumper.go            |   1 +
 sdks/go/pkg/beam/core/metrics/metrics.go           |  94 ++++++++-
 sdks/go/pkg/beam/core/metrics/sampler.go           | 117 ++++++++++++
 sdks/go/pkg/beam/core/metrics/sampler_test.go      | 211 +++++++++++++++++++++
 sdks/go/pkg/beam/core/metrics/store.go             |  46 ++++-
 sdks/go/pkg/beam/core/runtime/exec/pardo.go        |  10 +
 sdks/go/pkg/beam/core/runtime/harness/harness.go   |   7 +
 .../go/pkg/beam/core/runtime/harness/monitoring.go |  18 ++
 .../go/pkg/beam/core/runtime/harness/sampler.go    |  35 ++--
 sdks/go/pkg/beam/core/runtime/metricsx/metricsx.go |  57 ++++--
 sdks/go/pkg/beam/core/runtime/metricsx/urns.go     |  16 ++
 .../beam/runners/dataflow/dataflowlib/metrics.go   |   2 +-
 12 files changed, 581 insertions(+), 33 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/metrics/sampler.go
 create mode 100644 sdks/go/pkg/beam/core/metrics/sampler_test.go
 copy playground/backend/cmd/server/http.go => sdks/go/pkg/beam/core/runtime/harness/sampler.go (63%)