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

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

                Author: ASF GitHub Bot
            Created on: 09/Oct/20 21:28
            Start Date: 09/Oct/20 21:28
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on pull request #13024:
URL: https://github.com/apache/beam/pull/13024#issuecomment-706409969


   With portable job submission, we directly convert Beam proto pipeline to 
internal Dataflow steps (instead of going through v1beta3 steps). Here we will 
be using transform IDs (from proto pipeline transform map) as the Dataflow step 
names. Hence this change to map such step names to user names expected by 
metrics.
   
   Do you think we need additional changes to map such step names to UI for 
displaying metrics ? 
   cc: @ajamato @ananvay @robertwb 


----------------------------------------------------------------
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: 498750)
    Time Spent: 1h 50m  (was: 1h 40m)

> Update Dataflow metrics processor to handle portable jobs
> ---------------------------------------------------------
>
>                 Key: BEAM-11033
>                 URL: https://issues.apache.org/jira/browse/BEAM-11033
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Chamikara Madhusanka Jayalath
>            Assignee: Chamikara Madhusanka Jayalath
>            Priority: P2
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Currently, Dataflow metrics processor expects Dataflow internal step names 
> generated for v1beta3 job description in metrics returned by Dataflow 
> service: 
> [https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/dataflow/dataflow_metrics.py#L97]
>  
> But with portable job submission, Dataflow uses PTransform ID (in proto 
> pipeline) as the internal step name. Hence metrics processor should be 
> updated to handle this.



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

Reply via email to