[
https://issues.apache.org/jira/browse/BEAM-8228?focusedWorklogId=313659&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-313659
]
ASF GitHub Bot logged work on BEAM-8228:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Sep/19 12:13
Start Date: 17/Sep/19 12:13
Worklog Time Spent: 10m
Work Description: kkucharc commented on issue #9564: [BEAM-8228] Changed
filter suffix of Dataflow counter metrics
URL: https://github.com/apache/beam/pull/9564#issuecomment-532193658
@pabloem Can you take a look here?
----------------------------------------------------------------
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: 313659)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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.2#803003)