rozetko
|
0c00dafd0a
|
Merge segments before sending a webhook #742 (#743)
|
5 years ago |
Alexandr Velikiy
|
b05b46c6eb
|
Anomaly detector's segments concatenation #716 (#741)
|
5 years ago |
Evgeny Smyshlyaev
|
9612c567d5
|
Error cannot read property data of null #739 (#740)
|
5 years ago |
Evgeny Smyshlyaev
|
c8f4340f7c
|
Error: skip detection: data length less than window_size (#723)
* fix
* fix
* fix
* Update server/src/controllers/analytics_controller.ts
* fix
* fix
* fix according review
* Update server/spec/analytic_controller.jest.ts
Co-Authored-By: Alexey Velikiy <av@corpglory.com>
* fix
* Update analytics/analytics/detectors/pattern_detector.py
Co-Authored-By: Alexey Velikiy <av@corpglory.com>
|
5 years ago |
Evgeny Smyshlyaev
|
a0ab7854ff
|
Anomaly detector bounds switch: disabling to enabling #709 (#710)
|
5 years ago |
Alexandr Velikiy
|
5374c45b36
|
Segment info #693 (#700)
|
5 years ago |
Evgeny Smyshlyaev
|
67f203bee6
|
Anomaly detector option for disabling upper lower bound #701 (#703)
|
5 years ago |
Evgeny Smyshlyaev
|
3e9eb3daa7
|
"[PATTERN DETECTED]" in webhooks message #560 (#696)
|
6 years ago |
rozetko
|
0d6b4c45cf
|
Name for basic anomaly detector type #663
|
6 years ago |
rozetko
|
63f0fc93fa
|
Analytics units details view hastic/hastic-grafana-app#282
|
6 years ago |
rozetko
|
8074e0a2e1
|
Not-ending learning for anomaly detector #665 (#674)
|
6 years ago |
Evgeny Smyshlyaev
|
e0dde3c8ba
|
Labeling for anomalies #631 (#655)
|
6 years ago |
Evgeny Smyshlyaev
|
64d2ec31d9
|
Relearning after unit updating (#647)
|
6 years ago |
rozetko
|
a56ac6ec4e
|
Endpoint for smoothing data #612 (#639)
|
6 years ago |
rozetko
|
367f165595
|
detectorType field is missing in old analytic units #632 (#633)
* Add migration
* Use detectorType instead of getDetectorByType
* Move getDetectorByType to migration
|
6 years ago |
Coin de Gamma
|
af3c90d6aa
|
basic anomaly model (#630)
|
6 years ago |
rozetko
|
63e2d2d558
|
Thresholds error: from is NaN #621 (#623)
|
6 years ago |
rozetko
|
0e397b350f
|
Threshold is not a part of analytic unit #619 (#620)
|
6 years ago |
amper43
|
16b85632c5
|
fix
|
6 years ago |
rozetko
|
3860b8f95c
|
Clear detection spans on learning #601
|
6 years ago |
Evgeny Smyshlyaev
|
9c0e2561e6
|
Detection status router merge queried segments #590 (#596)
|
6 years ago |
rozetko
|
95f91d5963
|
Sort analytic units by creation date / name #514 (#581)
* Add sorting query to dbFindMany
* Add timestampData option to db init
* Use sorting query in AnalyticUnit.findMany
* enum SortingOrder
|
6 years ago |
rozetko
|
24c2e206c0
|
Analytic units' panel fields are not saved to db #523 (#524)
|
6 years ago |
Coin de Gamma
|
8a12bea033
|
hastic-grafana-app/issues/224
|
6 years ago |
Evgeny Smyshlyaev
|
015f819958
|
Synchronize data with server #455 (#461)
Synchronize data with server #455 (#461)
|
6 years ago |
rozetko
|
6c1a4e806e
|
Do not insert found segment if it intersects with deleted #434 (#442)
|
6 years ago |
Evgeny Smyshlyaev
|
05390790b6
|
More info in webhooks #382 && Webhook when datasource unavailable #441 (#436)
|
6 years ago |
rozetko
|
390fa4c037
|
No data threshold #370 (#396)
"No data" threshold support
|
6 years ago |
rozetko
|
5243facb31
|
hotfix
|
6 years ago |
rozetko
|
04ee5e2c05
|
Error: cannot read property 'analyticUnitId' of undefined #378 (#379)
|
6 years ago |
Evgeny Smyshlyaev
|
8e6260859c
|
Labeled pattern intersects with predicted #253 (#371)
|
6 years ago |
Evgeny Smyshlyaev
|
fc0935c0cb
|
Threshold value is not saving #368 (#369)
fix threshold model
|
6 years ago |
Alexey Velikiy
|
55efce8195
|
basic unit update (#346)
|
6 years ago |
rozetko
|
4bafca64c5
|
Endpoint for setting analytic unit metric #338 (#339)
|
6 years ago |
rozetko
|
d300362b49
|
Fix threshold detector (#331)
|
6 years ago |
rozetko
|
68f47f78f7
|
Threshold detector #324 (#330)
|
6 years ago |
rozetko
|
b5d21db702
|
Endpoint for analytic unit types #328 (#329)
|
6 years ago |
Evgeny Smyshlyaev
|
ec3a3a093a
|
Analytic unit worker bucket #273 (#297)
|
6 years ago |
Evgeny Smyshlyaev
|
d4f6783652
|
Pull / push data from Grafana to analytics #267 (#290)
* add data puller
* Do not send response on PUSH event
* Stub analytics PUSH message handling
|
6 years ago |
rozetko
|
bfeb0df9c2
|
Restore hooks API #149 (#287)
* Add webhook settings to config
* Update notification service
* Remove alerts controller
* Remove alerts router
* Add alert field to analytic unit
* Add endpoints:
- GET analyticUnits/units
- PATCH analyticUnits/alert
* Rename sendNotification -> sendWebhook
* Change webhook payload
* Send webhook on detection
|
6 years ago |
Evgeny Smyshlyaev
|
c02be4cbfc
|
Rename predict to detect #279 (#284)
* dummy rename
* fixes
* renaming in analytics
|
6 years ago |
Alexey Velikiy
|
4f4b25d9a3
|
Analytic unit predict event #277 (#280)
|
6 years ago |
Alexey Velikiy
|
ce8523fafa
|
Cancel learning on analytic unit deletion #266 (#269)
* basic cancelation in analytics
* cancelation task on node
* basic cancelation in analytics
|
6 years ago |
rozetko
|
f3e8de3d4d
|
WIP Synchronize data with panel #224 (#225)
* start
* Merge master
* Add Panel model
* Minor fixes
* Add panel router
|
6 years ago |
Evgeny Smyshlyaev
|
c3ca05f1f8
|
Old segments are not deleted #198 (#204)
fix Old segments are not deleted #198
|
6 years ago |
Evgeny Smyshlyaev
|
840cc1a035
|
WIP: Server info v2 #167 (#194)
improve server info
|
6 years ago |
Evgeny Smyshlyaev
|
df4866ce29
|
Anti-segments do not fall into analytics #181 (#190)
|
6 years ago |
amper43
|
4234a97475
|
concat deleted segments
|
6 years ago |
rozetko
|
d6d0b9f36a
|
Support datasource kit interface #176 (#177)
* Fix indentation in drop model
* Update datasource-kit version
* GrafanaMetric -> Metric
|
6 years ago |
Alexey Velikiy
|
dffcb94489
|
Integrate grafana datasource kit #158 (#159)
* add grafana-datasource-kit to deps
* usage of grafana-datasource-kit
|
6 years ago |