You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by sc...@apache.org on 2018/12/12 18:44:36 UTC

[beam] branch master updated (a61f2c5 -> dc10f75)

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

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


    from a61f2c5  Merge pull request #7242: Add a MonitoringInfoLabelProps proto to attach the proper key string name to MonitoringInfo label Enums
     add c314dfe  Add a MonitoringInfoSpec proto and SimpleMonitoringInfoBuilder to provide specs and validate MonitoringInfos are properly populated.
     add 11513c3  Merge remote-tracking branch 'upstream/master' into pr7244
     new dc10f75  Merge pull request #7244: [BEAM-6138] Add a MonitoringInfoSpec proto and SimpleMonitoringInfoBuilder to pro…

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:
 .../fn-execution/src/main/proto/beam_fn_api.proto  | 269 ++++++++++++++-------
 .../core/metrics/SimpleMonitoringInfoBuilder.java  | 219 +++++++++++++++++
 .../metrics/SimpleMonitoringInfoBuilderTest.java   |  87 +++++++
 3 files changed, 482 insertions(+), 93 deletions(-)
 create mode 100644 runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/SimpleMonitoringInfoBuilder.java
 create mode 100644 runners/core-java/src/test/java/org/apache/beam/runners/core/metrics/SimpleMonitoringInfoBuilderTest.java


[beam] 01/01: Merge pull request #7244: [BEAM-6138] Add a MonitoringInfoSpec proto and SimpleMonitoringInfoBuilder to pro…

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

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

commit dc10f75a7bda91f251d43309a21327fc2ab26154
Merge: a61f2c5 11513c3
Author: Scott Wegner <sc...@apache.org>
AuthorDate: Wed Dec 12 10:44:28 2018 -0800

    Merge pull request #7244: [BEAM-6138] Add a MonitoringInfoSpec proto and SimpleMonitoringInfoBuilder to pro…

 .../fn-execution/src/main/proto/beam_fn_api.proto  | 269 ++++++++++++++-------
 .../core/metrics/SimpleMonitoringInfoBuilder.java  | 219 +++++++++++++++++
 .../metrics/SimpleMonitoringInfoBuilderTest.java   |  87 +++++++
 3 files changed, 482 insertions(+), 93 deletions(-)