You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 01:45:44 UTC

[GitHub] [beam] kennknowles opened a new issue, #19452: dataflow_metrics.py should be able to fully query the metrics

kennknowles opened a new issue, #19452:
URL: https://github.com/apache/beam/issues/19452

   dataflow_metrics.py expects a job object to be passed in, it cannot fully query the metrics on its own.
   
   Updating this to use the dataflow_client to also query the job itself (non trivial since the job passed in is a wrapper for the Job proto the dataflow_client obtains, this wrapper is created by dataflow_runner.) Though we may not need any of the extra wrapper features, since we only need access to the graph. But it is unclear if this will work, as the graph DatalowRunner generates is not the same graph as the one queried out.
   
    
   
   The job graph is use to translate step names
   
   Imported from Jira [BEAM-6833](https://issues.apache.org/jira/browse/BEAM-6833). Original Jira may contain additional context.
   Reported by: ajamato@google.com.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org