You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 20:08:07 UTC

[GitHub] [beam] damccorm opened a new issue, #20919: MetricsFilter assumes step names to be in a specific format

damccorm opened a new issue, #20919:
URL: https://github.com/apache/beam/issues/20919

   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.
   
   Imported from Jira [BEAM-12154](https://issues.apache.org/jira/browse/BEAM-12154). Original Jira may contain additional context.
   Reported by: chamikara.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org