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

Reply via email to