[ 
https://issues.apache.org/jira/browse/BEAM-11032?focusedWorklogId=535718&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-535718
 ]

ASF GitHub Bot logged work on BEAM-11032:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Jan/21 21:30
            Start Date: 13/Jan/21 21:30
    Worklog Time Spent: 10m 
      Work Description: ihji commented on a change in pull request #13491:
URL: https://github.com/apache/beam/pull/13491#discussion_r556846796



##########
File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/DelegatingCounter.java
##########
@@ -38,7 +44,10 @@ public void inc() {
   /** Increment the counter by the given amount. */
   @Override
   public void inc(long n) {
-    MetricsContainer container = MetricsEnvironment.getCurrentContainer();
+    MetricsContainer container =
+        processWideContainer

Review comment:
       Done.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 535718)
    Time Spent: 1h 20m  (was: 1h 10m)

> Use metric for Java BigQuery streaming insert API latency logging
> -----------------------------------------------------------------
>
>                 Key: BEAM-11032
>                 URL: https://issues.apache.org/jira/browse/BEAM-11032
>             Project: Beam
>          Issue Type: Improvement
>          Components: io-py-gcp
>            Reporter: Heejong Lee
>            Priority: P2
>              Labels: stale-P2
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Use metric for Java BigQuery streaming insert API latency logging



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to