This is an automated email from the ASF dual-hosted git repository.

chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from bb8c12c  Bump calcite version to 1.15.0 (#4692)
     add 3b2d3da  Adding Gauge metric to Python SDK.
     add 754ea16  Fix lint issue
     add 987d95f  Addressing comments
     add 7edbc73  Addressing comments.
     new f13afb4  Merge pull request #4542: [BEAM-1618] Adding Gauge metric to 
Python SDK.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/python/apache_beam/metrics/cells.py           | 149 +++++++++++++++++++--
 sdks/python/apache_beam/metrics/cells_test.py      |  29 ++++
 sdks/python/apache_beam/metrics/execution.pxd      |   1 +
 sdks/python/apache_beam/metrics/execution.py       |  19 ++-
 sdks/python/apache_beam/metrics/execution_test.py  |  15 +++
 sdks/python/apache_beam/metrics/metric.py          |  27 +++-
 sdks/python/apache_beam/metrics/metric_test.py     |   8 ++
 sdks/python/apache_beam/metrics/metricbase.py      |  21 ++-
 .../runners/dataflow/dataflow_metrics.py           |   2 +-
 .../apache_beam/runners/direct/direct_metrics.py   |  14 +-
 sdks/python/apache_beam/runners/runner_test.py     |  10 ++
 11 files changed, 278 insertions(+), 17 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to