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

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

                Author: ASF GitHub Bot
            Created on: 20/Dec/18 19:45
            Start Date: 20/Dec/18 19:45
    Worklog Time Spent: 10m 
      Work Description: ajamato commented on a change in pull request #7323: 
[BEAM-6181] Implemented msec counters support in FnApi world.
URL: https://github.com/apache/beam/pull/7323#discussion_r243372441
 
 

 ##########
 File path: 
runners/core-java/src/main/java/org/apache/beam/runners/core/metrics/SimpleMonitoringInfoBuilder.java
 ##########
 @@ -163,8 +111,9 @@ private static String userMetricUrn(String 
metricNamespace, String metricName) {
    *
    * @param urn The urn of the MonitoringInfo
    */
-  public void setUrn(String urn) {
+  public SimpleMonitoringInfoBuilder setUrn(String urn) {
 
 Review comment:
   Nice improvement to follow proper builder pattern, building has been 
simplified a lot. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 177726)
    Time Spent: 9h 40m  (was: 9.5h)

> Utilize MetricInfo for reporting user metrics in Portable Dataflow Java 
> Runner.
> -------------------------------------------------------------------------------
>
>                 Key: BEAM-6181
>                 URL: https://issues.apache.org/jira/browse/BEAM-6181
>             Project: Beam
>          Issue Type: Bug
>          Components: java-fn-execution
>            Reporter: Mikhail Gryzykhin
>            Assignee: Mikhail Gryzykhin
>            Priority: Major
>          Time Spent: 9h 40m
>  Remaining Estimate: 0h
>
> New approach to report metrics in FnApi is to utilize MetricInfo structures.
> This approach is implemented in Python SDK and work is ongoing in Java SDK.
> This tasks includes plumbing User metrics reported via MetricInfos through 
> Dataflow Java Runner. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to