Skip to content

Commit

Permalink
update readme to be more clear about the anomalyMetricValue
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenalgunnershubert777 committed Nov 8, 2024
1 parent 5da25c4 commit 198a41f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Using the `addAnomalyCheckWithExtendedResults` method instead of the original `a
detailed results about the anomaly detection result from the newly created metric. You can get details such as:

- dataMetricValue: The metric value that is the data point.
- anomalyMetricValue: The value of the metric that is being checked, which isn't always equal to the dataMetricValue.
- anomalyMetricValue: The metric value that is being checked for the anomaly detection strategy, which isn't always equal to the dataMetricValue.
- anomalyCheckRange: The range of bounds used in the anomaly check, the anomalyMetricValue is compared to this range.
- isAnomaly: If the anomalyMetricValue is outside the anomalyCheckRange, this is true.
- confidence: The confidence of the anomaly detection.
Expand Down

0 comments on commit 198a41f

Please sign in to comment.