Class AnomalyDTO

java.lang.Object
com.nmontytskyi.monitoring.server.dto.response.AnomalyDTO

public class AnomalyDTO extends Object
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 Details

    • AnomalyDTO

      public AnomalyDTO()