You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/07/30 18:30:32 UTC

[iceberg] branch master updated (15c681724 -> 5360cfc6e)

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

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


    from 15c681724 Core: Update TestEnvironmentUtil for environments with no USER (#5353)
     add 5360cfc6e API: Track name and unit in Counter, Timer (#5386)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/metrics/DefaultMetricsContext.java     |  6 ++--
 .../org/apache/iceberg/metrics/DefaultTimer.java   | 29 +++++++++++++-----
 .../org/apache/iceberg/metrics/IntCounter.java     | 22 ++++++++++++--
 .../org/apache/iceberg/metrics/LongCounter.java    | 22 ++++++++++++--
 .../org/apache/iceberg/metrics/MetricsContext.java | 14 +++++++++
 .../java/org/apache/iceberg/metrics/Timer.java     | 18 ++++++++++++
 .../iceberg/metrics/TestDefaultMetricsContext.java | 33 +++++++++++++++++++--
 .../apache/iceberg/metrics/TestDefaultTimer.java   | 34 ++++++++++++++--------
 8 files changed, 147 insertions(+), 31 deletions(-)