[
https://issues.apache.org/jira/browse/BEAM-8228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kasia Kucharczyk resolved BEAM-8228.
------------------------------------
Fix Version/s: 2.16.0
Resolution: Fixed
> 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
> Fix For: 2.16.0
>
> Time Spent: 50m
> 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)