This is an automated email from the ASF dual-hosted git repository.
heejong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 0f6af9b [BEAM-11200] Update Go SDK version on release. (#13789)
new 014c76c [BEAM-10890] Log error counts to debug BigQuery streaming
insert requests for Java SDK
new 171ba9d add API_REQUEST_LATENCIES, match by MetricName
new b44d928 fix encoding error in windows
new cd13f6e Merge pull request #12852 from ihji/BEAM-10890
The 30290 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:
model/pipeline/src/main/proto/metrics.proto | 28 ++++++++++++-
.../runners/core/metrics/MetricsContainerImpl.java | 25 ++++++-----
.../core/metrics/MonitoringInfoConstants.java | 6 +++
.../org/apache/beam/sdk/metrics/MetricsLogger.java | 8 ++--
.../LatencyRecordingHttpRequestInitializer.java | 7 +++-
.../sdk/io/gcp/bigquery/BigQueryServicesImpl.java | 49 +++++++++++++++++++---
.../beam/sdk/io/gcp/bigquery/StreamingWriteFn.java | 37 ++++++++++++++--
7 files changed, 133 insertions(+), 27 deletions(-)