From 9a6367c46758352c7e0a72a64bdf51298d079857 Mon Sep 17 00:00:00 2001 From: anatolykopyl <33553182+anatolykopyl@users.noreply.github.com> Date: Sun, 12 Nov 2017 01:12:04 +0300 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..65705aa --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# test-assignment + +This script analyzes user requests and creates a metric of how many 5xx responses an api_name*http_method pair got in the span of 15 minutes, marking each 15 minute interval as an anomaly if the number of 5xx reponces exceeds the plus 3th-sigma (3σ) range.