Zhijia Cao created IOTDB-4342:
---------------------------------
Summary: [rel/0.13][Metric]After IOTDB enables metric monitoring,
an error is reported when the metric data is written.
Key: IOTDB-4342
URL: https://issues.apache.org/jira/browse/IOTDB-4342
Project: Apache IoTDB
Issue Type: Bug
Reporter: Zhijia Cao
Attachments: image-2022-09-06-09-45-44-237.png
*Error is as follows:*
!image-2022-09-06-09-45-44-237.png!
*Configuration is as follows:*
# whether enable the module
enableMetric: true
# Multiple reporter, options: [JMX, PROMETHEUS, IOTDB], IOTDB is off by default
metricReporterList:
- JMX
- PROMETHEUS
- IOTDB
# Type of monitor frame, options: [MICROMETER, DROPWIZARD]
monitorType: MICROMETER
# Level of metric level, options: [CORE, IMPORTANT, NORMAL, ALL]
metricLevel: IMPORTANT
# Predefined metric, options: [JVM, LOGBACK], LOGBACK are not supported in
dropwizard
predefinedMetrics:
- JVM
# Period time of push, only used by IoTDB Reporter
pushPeriodInSecond: 5
# The http server's port for prometheus exporter to get metric data.
prometheusExporterPort: 9091
--
This message was sent by Atlassian Jira
(v8.20.10#820010)