Class AnomalyDTO
java.lang.Object
com.nmontytskyi.monitoring.server.dto.response.AnomalyDTO
DTO representing a single anomaly record shown in the anomaly list modal.
Includes the service identity, timestamp, health status, response time, and
z-score. The z-score field is
null when the value is non-finite
(e.g. when standard deviation is zero and a sentinel was used internally).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnomalyDTO
public AnomalyDTO()
-