You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/01/25 13:35:40 UTC

[beam] branch master updated (997c282 -> c51f107)

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

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


    from 997c282  Merge pull request #7590 from pabloem/updbq
     new 0808509  fix user-metric-prefix checking in Flink portable metrics update
     new 5951cca  warn instead of throw in case of unsupported portable flink metrics
     new c51f107  Merge pull request #7408: [BEAM-6361][BEAM-6364] fix user-metric-prefix checking in Flink portable metrics update

The 19683 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  |   2 +-
 .../core/metrics/SimpleMonitoringInfoBuilder.java  |   2 +-
 .../flink/metrics/FlinkMetricContainer.java        |  18 +--
 .../flink/metrics/FlinkMetricContainerTest.java    | 156 ++++++++++++++++++++-
 4 files changed, 166 insertions(+), 12 deletions(-)