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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
