[
https://issues.apache.org/jira/browse/BEAM-8228?focusedWorklogId=314676&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-314676
]
ASF GitHub Bot logged work on BEAM-8228:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Sep/19 21:43
Start Date: 18/Sep/19 21:43
Worklog Time Spent: 10m
Work Description: pabloem commented on issue #9564: [BEAM-8228] Changed
filter suffix of Dataflow counter metrics
URL: https://github.com/apache/beam/pull/9564#issuecomment-532878916
Sorry about this. Thanks for fixing it Kasia!
----------------------------------------------------------------
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: 314676)
Time Spent: 40m (was: 0.5h)
> Dataflow distribution metrics returns additional counters
> ---------------------------------------------------------
>
> Key: BEAM-8228
> URL: https://issues.apache.org/jira/browse/BEAM-8228
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow, sdk-py-core
> Reporter: Kasia Kucharczyk
> Assignee: Kasia Kucharczyk
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Dataflow changed name endings in metrics from _[MAX]_, _[MIN]_, _[COUNT]_ and
> _[MEAN]_ into __MAX,_ __MIN_, __COUNT_ and __MEAN_. Because of that Dataflow
> returns additional counter metrics with those suffixes while collecting
> distribution metrics.
> To ignore counters with new names it is required to change the suffixes in
> _dataflow_metrics.py_ here
> https://github.com/apache/beam/blob/6737a09b39949a9071c9b06f36b31eda1491895f/sdks/python/apache_beam/runners/dataflow/dataflow_metrics.py#L156
--
This message was sent by Atlassian Jira
(v8.3.4#803005)