-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnomalyDetector_request
99 lines (99 loc) · 1.99 KB
/
AnomalyDetector_request
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"granularity": "daily",
"maxAnomalyRatio": 0.1,
"sensitivity": 80,
"series": [
{
"timestamp": "2019-03-25T00:00:00Z",
"value": 2653
},
{
"timestamp": "2019-03-26T00:00:00Z",
"value": 3544
},
{
"timestamp": "2019-03-27T00:00:00Z",
"value": 7425
},
{
"timestamp": "2019-03-28T00:00:00Z",
"value": 3342
},
{
"timestamp": "2019-03-29T00:00:00Z",
"value": 3074
},
{
"timestamp": "2019-03-30T00:00:00Z",
"value": 2582
},
{
"timestamp": "2019-03-31T00:00:00Z",
"value": 2124
},
{
"timestamp": "2019-04-01T00:00:00Z",
"value": 2257
},
{
"timestamp": "2019-04-02T00:00:00Z",
"value": 1195
},
{
"timestamp": "2019-04-03T00:00:00Z",
"value": 3384
},
{
"timestamp": "2019-04-04T00:00:00Z",
"value": 3355
},
{
"timestamp": "2019-04-05T00:00:00Z",
"value": 3238
},
{
"timestamp": "2019-04-06T00:00:00Z",
"value": 2949
},
{
"timestamp": "2019-04-07T00:00:00Z",
"value": 2281
},
{
"timestamp": "2019-04-08T00:00:00Z",
"value": 7555
},
{
"timestamp": "2019-04-09T00:00:00Z",
"value": 3485
},
{
"timestamp": "2019-04-10T00:00:00Z",
"value": 3475
},
{
"timestamp": "2019-04-11T00:00:00Z",
"value": 3471
},
{
"timestamp": "2019-04-12T00:00:00Z",
"value": 3413
},
{
"timestamp": "2019-04-13T00:00:00Z",
"value": 3076
},
{
"timestamp": "2019-04-14T00:00:00Z",
"value": 2250
},
{
"timestamp": "2019-04-15T00:00:00Z",
"value": 2614
},
{
"timestamp": "2019-04-16T00:00:00Z",
"value": 3525
}
]
}