Anomaly Detection - CI/CD Glossary Definition
Anomaly detection automatically flags metric values that deviate from expected patterns, for example a sudden latency spike or an error-rate jump, without a human having set an exact static threshold.
Why beyond static thresholds
Fixed thresholds miss context: traffic that is normal at noon is anomalous at 3am. Detection that learns seasonality and baselines cuts both missed incidents and false alerts.
Related guides
What Is an Alerting Rule?An alerting rule is a condition over metrics that, when it stays true for a set duration, fires an alert that…
Telemetry - CI/CD Glossary DefinitionTelemetry: Telemetry is the data a system emits about its own behavior: metrics, logs, and traces (the three…
What Is an Apdex Score?An Apdex score condenses response-time data into a single number from 0 to 1 by classifying requests as satis…