This is an automated email from the ASF dual-hosted git repository. robertwb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/beam.git
commit 9232cd81eff85b731ebc8cd90c4790b5d1f1f431 Merge: e50a136219e c83444dbb94 Author: Robert Bradshaw <[email protected]> AuthorDate: Tue Dec 17 10:44:41 2024 -0800 Merge pull request #33378 End to end BoundedTrie metrics through worker and runner APIs. sdks/python/apache_beam/metrics/cells.pxd | 4 +++ sdks/python/apache_beam/metrics/cells.py | 29 +++++++++++++++++++--- sdks/python/apache_beam/metrics/execution.py | 17 ++++++++++++- sdks/python/apache_beam/metrics/metric.py | 24 ++++++++++++++++++ sdks/python/apache_beam/metrics/metricbase.py | 9 +++++++ .../python/apache_beam/metrics/monitoring_infos.py | 18 +++++++++++++- .../apache_beam/runners/direct/direct_metrics.py | 16 +++++++++++- .../runners/direct/direct_runner_test.py | 10 ++++++++ .../runners/portability/flink_runner_test.py | 2 +- .../runners/portability/fn_api_runner/fn_runner.py | 13 +++++++--- .../portability/fn_api_runner/fn_runner_test.py | 12 ++++++++- .../runners/portability/portable_metrics.py | 5 +++- .../runners/portability/portable_runner.py | 5 ++-- .../runners/portability/prism_runner_test.py | 3 +++ 14 files changed, 153 insertions(+), 14 deletions(-)
