Tools: Add monitoring analysis jupyter notebook 76/70876/1
authorAditya Srivastava <adityasrivastava301199@gmail.com>
Sun, 23 Aug 2020 21:16:18 +0000 (02:46 +0530)
committerAditya Srivastava <adityasrivastava301199@gmail.com>
Sun, 23 Aug 2020 21:16:18 +0000 (02:46 +0530)
commitd25014e0201cf0b0a662a84984191786d7f8eb5d
treec30831d9cd9083f5a6ca64ea53cfdb35230efc14
parente5eef0ffdf2d281fecf12597041fd8af23d65e42
Tools: Add monitoring analysis jupyter notebook

This patch adds 2 monitoring jupyter notebooks and 1 notebook combining
both logs and metrics causation analysis.

Causation analysis: Finds anomalies in logs and fetchs and analyses
metrics in a delta time range of that timestamp.

Analysis-Monitoring-K8S: Fetches metrics from prometheus to analyse them
Analysis-Monitoring-Local: Data folder containing csv files of metrics is given,
analysis is performed on that data.

Signed-off-by: Aditya Srivastava <adityasrivastava301199@gmail.com>
Change-Id: I8833f5155b3184f697fac5270c69e0df02d2986b
tools/lma/jupyter-notebooks/Causation-Analysis.ipynb [new file with mode: 0644]
tools/lma/metrics/jupyter-notebooks/Analysis-Monitoring-K8S.ipynb [new file with mode: 0644]
tools/lma/metrics/jupyter-notebooks/Analysis-Monitoring-Local.ipynb [new file with mode: 0644]