You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ch...@apache.org on 2021/03/01 10:05:17 UTC

[iotdb] branch feature/metric2021 updated (c784d61 -> a7307c3)

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

chaow pushed a change to branch feature/metric2021
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


    from c784d61  fix unittest bug
     add a7307c3  fix sonar warn

No new revisions were added by this update.

Summary of changes:
 .../dropwizard/DropwizardMetricManager.java        | 24 +++++------
 .../dropwizard/DropwizardMetricReporter.java       | 21 ++++-----
 .../iotdb/metrics/dropwizard/MetricName.java       |  4 +-
 .../metrics/dropwizard/type/DropwizardRate.java    |  3 +-
 .../org/apache/iotdb/metrics/MetricService.java    |  1 -
 .../iotdb/metrics/impl/DoNothingMetricManager.java | 50 +++++++++++++++-------
 .../micrometer/MicrometerMetricManager.java        | 46 ++++++++++----------
 .../micrometer/MicrometerMetricReporter.java       |  8 ++--
 .../metrics/micrometer/type/MicrometerGauge.java   |  3 +-
 .../type/MicrometerHistogramSnapshot.java          | 11 +++--
 .../metrics/micrometer/type/MicrometerRate.java    |  3 +-
 11 files changed, 92 insertions(+), 82 deletions(-)