xuziyang opened a new issue, #1885:
URL: https://github.com/apache/hertzbeat/issues/1885

   ### Description
   
   org.apache.hertzbeat.warehouse.store.AbstractHistoryDataStorage violates the 
interface segregation principle:
   
   In this class, there are the following three methods: saveData (), 
getHistoryMetricData () and getHistoryIntervalMetricData (). 
DataStorageDispatch uses the method saveData () to save historical data, and 
does not use the other two query-related methods. Similarly, the alarm and 
chart modules only use two query-related methods, and do not use data-related 
methods.
   
   Can be assigned to me @tomsun28
   
   ### Task List
   
   _No response_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to