You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by sp...@apache.org on 2023/01/06 01:30:32 UTC

[iotdb] branch master updated (a2f39140f9 -> 854288ccd7)

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

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


    from a2f39140f9 [IOTDB-5303] Refine IT: Make cluster properties mutable easily (#8671)
     add 854288ccd7 [IOTDB-5323] Extend File related Metrics (#8761)

No new revisions were added by this update.

Summary of changes:
 docs/UserGuide/Monitor-Alert/Metric-Tool.md        |  51 ++--
 docs/zh/UserGuide/Monitor-Alert/Metric-Tool.md     |  69 ++---
 .../apache/iotdb/metrics/config/MetricConfig.java  |  27 ++
 .../{InternalReporterType.java => SystemType.java} |  21 +-
 .../iotdb/db/engine/TsFileMetricManager.java       |  24 +-
 .../iotdb/db/service/metrics/FileMetrics.java      | 288 ++++++++++-----------
 6 files changed, 258 insertions(+), 222 deletions(-)
 copy metrics/interface/src/main/java/org/apache/iotdb/metrics/utils/{InternalReporterType.java => SystemType.java} (67%)