You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/10 19:28:00 UTC

[jira] [Work logged] (BEAM-1866) Fn API support for Metrics

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

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

                Author: ASF GitHub Bot
            Created on: 10/Mar/18 19:27
            Start Date: 10/Mar/18 19:27
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on a change in pull request #4831: [BEAM-1866] Add GAUGE_DATA case to metricUpdatesFromProto
URL: https://github.com/apache/beam/pull/4831#discussion_r173632240
 
 

 ##########
 File path: runners/core-java/src/test/java/org/apache/beam/runners/core/metrics/MetricsTranslationTest.java
 ##########
 @@ -38,6 +38,7 @@
   // Transform names are arbitrary user-meaningful steps in processing
   private static final String TRANSFORM1 = "transform1";
   private static final String TRANSFORM2 = "transform2";
+  private static final String TRANSFORM2 = "transform3";
 
 Review comment:
   Typo - `TRANSFORM3`.

----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 79246)
    Time Spent: 2.5h  (was: 2h 20m)

> Fn API support for Metrics
> --------------------------
>
>                 Key: BEAM-1866
>                 URL: https://issues.apache.org/jira/browse/BEAM-1866
>             Project: Beam
>          Issue Type: New Feature
>          Components: beam-model
>            Reporter: Daniel Halperin
>            Priority: Major
>              Labels: portability
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> As part of the Fn API work, we need to define a Metrics interface between the Runner and the SDK. Right now, Metrics are simply lost.



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