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

[jira] [Created] (BEAM-8228) Dataflow distribution metrics returns also counters

Kasia Kucharczyk created BEAM-8228:
--------------------------------------

             Summary: Dataflow distribution metrics returns also 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


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)