HTHou opened a new pull request, #11846: URL: https://github.com/apache/iotdb/pull/11846
## Description The current code contains the following metrics errors, this PR is for fixing them. ``` 2024-01-04 14:27:40,447 [pool-9-IoTDB-StorageEngine-2] ERROR o.a.i.m.utils.MetricInfo:52 - The size of metric tags should be even, but was name,region,2. 2024-01-04 14:27:40,447 [pool-9-IoTDB-StorageEngine-1] ERROR o.a.i.m.utils.MetricInfo:52 - The size of metric tags should be even, but was name,region,1. ```  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
