You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/09/01 16:05:00 UTC

[jira] [Work logged] (BEAM-7605) Provide a way for user code to read dataflow runner stats

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

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

                Author: ASF GitHub Bot
            Created on: 01/Sep/19 16:04
            Start Date: 01/Sep/19 16:04
    Worklog Time Spent: 10m 
      Work Description: stale[bot] commented on issue #8913: [BEAM-7605] Allow user-code to read counters from the dataflow worker
URL: https://github.com/apache/beam/pull/8913#issuecomment-526930974
 
 
   This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions.
   
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

    Worklog Id:     (was: 304983)
    Time Spent: 2h 40m  (was: 2.5h)

> Provide a way for user code to read dataflow runner stats
> ---------------------------------------------------------
>
>                 Key: BEAM-7605
>                 URL: https://issues.apache.org/jira/browse/BEAM-7605
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-dataflow
>            Reporter: Steve Niemitz
>            Assignee: Steve Niemitz
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> The dataflow runner collects (and publishes to the dataflow service) a large number of useful stats.  While these can be polled from the dataflow service via its API, there are a few downsides to this:
>  * it requires another process to poll and collect the stats
>  * the stats are aggregated across all workers, so per-worker stats are lost
> It would be simple to provide a hook to allow users to receive stats updates as well, and then do whatever they want with them.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)