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

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


    from b582174  Cleanups in GroupAlsoByWindowEvaluatorFactory
     add c8f9bfc  Go SDK usercounters
     new 4983235  Merge pull request #4899: Add Go SDK UserCounters

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:
 sdks/go/examples/wordcount/wordcount.go          |  13 +-
 sdks/go/pkg/beam/core/metrics/metrics.go         | 475 +++++++++++++++++++++++
 sdks/go/pkg/beam/core/metrics/metrics_test.go    | 358 +++++++++++++++++
 sdks/go/pkg/beam/core/runtime/exec/pardo.go      |   4 +
 sdks/go/pkg/beam/core/runtime/exec/plan.go       |  53 ++-
 sdks/go/pkg/beam/core/runtime/exec/translate.go  |   5 +-
 sdks/go/pkg/beam/core/runtime/harness/harness.go |  24 +-
 sdks/go/pkg/beam/core/runtime/harness/logging.go |   3 +-
 sdks/go/pkg/beam/metrics.go                      |  75 ++++
 sdks/go/pkg/beam/metrics_test.go                 | 118 ++++++
 sdks/go/pkg/beam/runners/direct/direct.go        |   9 +-
 11 files changed, 1104 insertions(+), 33 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/metrics/metrics.go
 create mode 100644 sdks/go/pkg/beam/core/metrics/metrics_test.go
 create mode 100644 sdks/go/pkg/beam/metrics.go
 create mode 100644 sdks/go/pkg/beam/metrics_test.go

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to