You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "xiaozhihong (Jira)" <ji...@apache.org> on 2022/10/10 07:14:00 UTC

[jira] [Created] (IOTDB-4595) [0.13]The file size displayed by grafana is inconsistent with the actual

xiaozhihong created IOTDB-4595:
----------------------------------

             Summary: [0.13]The file size displayed by grafana is inconsistent with the actual
                 Key: IOTDB-4595
                 URL: https://issues.apache.org/jira/browse/IOTDB-4595
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Connectors/Grafana
    Affects Versions: 0.13.3
            Reporter: xiaozhihong
            Assignee: 张洪胤
         Attachments: Apache IoTDB Dashboard v0.13.1.json, image-2022-10-10-15-03-26-913.png

Enable Metrics, then start IoTDB,and finally,the file size displayed by grafana is inconsistent with the actual.

Step1: Mody parameter in conf fille
{code:java}
# iotdb-env.sh
JMX_LOCAL="false"
JMX_IP="172.20.31.2"{code}
{code:java}
# iotdb-metric.yml
enableMetric: true
metricReporterList:
  - JMX
  - PROMETHEUS
  - IOTDB 
predefinedMetrics:
  - JVM
  - FILE
  - SYSTEM

{code}
{code:java}
# iotdb-engine.properties
enable_seq_space_compaction=false
enable_unseq_space_compaction=false
enable_cross_space_compaction=false{code}
Step2: Start IoTDB
Step3: Go to grafana to view monitoring information

!image-2022-10-10-15-03-26-913.png|width=579,height=150!

 

commit 24b855ab137162f7b193b51f45943fb6cde32753



--
This message was sent by Atlassian Jira
(v8.20.10#820010)