You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2018/03/28 00:31:34 UTC

[beam] branch master updated (b582174 -> 4983235)

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
tgroh@apache.org.

[beam] 01/01: Merge pull request #4899: Add Go SDK UserCounters

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

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

commit 49832359eaea3c3a0e7737ca69c3e49da30c1e04
Merge: b582174 c8f9bfc
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Tue Mar 27 17:31:29 2018 -0700

    Merge pull request #4899: Add Go SDK UserCounters
    
    [BEAM-3545]

 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(-)

-- 
To stop receiving notification emails like this one, please contact
tgroh@apache.org.