apache / hertzbeat

Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
https://hertzbeat.apache.org/
Apache License 2.0
5.46k stars 947 forks source link

[chore] move dto object to dto package #2396

Closed yuluo-yx closed 1 month ago

tomsun28 commented 1 month ago

hi, It is not recommended to put private dto for a single function into the public dto package. org.apache.hertzbeat.manager.component.alerter contain all messge alerter code, this makes it easier to keep the code cohesive and to extract it later.

yuluo-yx commented 1 month ago

got it