tvalentyn commented on code in PR #39618: URL: https://github.com/apache/beam/pull/39618#discussion_r3777329212
########## CHANGES.md: ########## @@ -91,6 +91,9 @@ * (Python) Added `Watch`, a transform that polls a growing set of outputs for each input element, deduplicates outputs across poll rounds, and stops per a user-supplied termination condition ([#21521](https://github.com/apache/beam/issues/21521)). * (Python) Added support to analyze core dumps created after python worker segmentation faults with `pystack` (or `gdb` if installed) using the `--profiler_agent=coredump` pipeline option. ([#39484](https://github.com/apache/beam/issues/39484)). +* (Java) Added per-element OpenTelemetry trace propagation across stages in the Dataflow Streaming Runner. Enable it with `--experiments=enable_otel_defaults,element_metadata_supported,disable_portable_worker`. Cloud Trace incurs additional cost. ([#33176](https://github.com/apache/beam/issues/33176)) Review Comment: It seems that the linked issue https://github[.]com/apache/beam/issues/33176 doesn't have references to this work. @stankiewicz would you mind to please mention <hashtag>33176 in the PRs that landed in 2.76.0 so that they are linked? Thanks! cc: @Amar3tto -- 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]
