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

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


    from 8a5d706754b [IOTDB-5909] Ignore IoTDBConfigNodeConsensusEfficiencyIT 
temporary (#9919)
     add 088ae859448 [IOTDB-5908] Add more query metrics

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     |  66 ++++++---
 .../iotdb/commons/service/metric/enums/Metric.java |   5 +
 .../execution/exchange/MPPDataExchangeManager.java |  13 ++
 .../fragment/FragmentInstanceManager.java          |   8 +
 .../iotdb/db/mpp/execution/memory/MemoryPool.java  |  16 ++
 .../db/mpp/execution/schedule/DriverScheduler.java |   8 +
 .../db/mpp/metric/DataExchangeCountMetricSet.java  |  25 ++++
 .../db/mpp/metric/DriverSchedulerMetricSet.java    |  18 +++
 .../mpp/metric/QueryRelatedResourceMetricSet.java  | 162 +++++++++++++++++++++
 .../org/apache/iotdb/db/mpp/plan/Coordinator.java  |   4 +
 .../db/mpp/plan/planner/LocalExecutionPlanner.java |   4 +
 .../db/service/metrics/DataNodeMetricsHelper.java  |   2 +
 13 files changed, 354 insertions(+), 28 deletions(-)
 create mode 100644 
server/src/main/java/org/apache/iotdb/db/mpp/metric/QueryRelatedResourceMetricSet.java

Reply via email to