You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Chamikara Madhusanka Jayalath (Jira)" <ji...@apache.org> on 2021/04/12 16:06:00 UTC

[jira] [Created] (BEAM-12154) MetricsFilter assumes step names to be in a specific format

Chamikara Madhusanka Jayalath created BEAM-12154:
----------------------------------------------------

             Summary: MetricsFilter assumes step names to be in a specific format
                 Key: BEAM-12154
                 URL: https://issues.apache.org/jira/browse/BEAM-12154
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Chamikara Madhusanka Jayalath


Currently, MetricsFilter assumes step names to be in "a/b/c" format where each component would define a transform.

https://github.com/apache/beam/blob/51b2a3368ce6764f9f16ce602136e5d0221f8cab/sdks/java/core/src/main/java/org/apache/beam/sdk/metrics/MetricsFilter.java#L68

But Beam does not guarantee such a format and runners may choose arbitrary IDs as step IDs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)