Skip to content

Commit d0d5d0f

Browse files
authored
docs(thesis): completed the Project Specifications Design and Prototype (#5)
* fix(sherlock): Fixed typo in metric name * docs: Added first 2 chapters of PSPD * Added Images for implementation * Completed up to design goals * Completed upto Summary of technology * Before spelling fixing * Wrote about Lazy-Koala Operator * Wrote about n-teir * Fixed Some typos * Before showing to sir * Completed all the sections * Before formating * Fixed captions * Before setting operator \ac * Added Operator \ac * Refactoring * Fixed all the grammer mistakes * Final version * Add a missing colon * Fixed the toc depth * Removed .tex from github indexes
1 parent 3372a5f commit d0d5d0f

File tree

145 files changed

+3549
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+3549
-9
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.tex linguist-detectable=false
2+
*.ipynb linguist-detectable=false

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
**/.idea/**
33

44

5-
# Project Proposal
6-
!proposal/project-proposal.pdf
7-
8-
95
## Python
106
**/__pycache__/**
117
**/venv/**

proposal/.gitignore renamed to documentation/.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,8 @@ TSWLatexianTemp*
299299
# glossaries
300300
*.glstex
301301

302-
# End of https://www.toptal.com/developers/gitignore/api/tex
302+
# End of https://www.toptal.com/developers/gitignore/api/tex
303+
304+
305+
# Project Proposal
306+
!proposal/project-proposal.pdf

documentation/PSPD/acronym.tex

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
\chapter*{List of Acronyms}
2+
3+
\begin{acronym}
4+
% \acro{iaas}[IaaS]{Infrastructure as a Service}
5+
\acro{sres}[SRE]{Site Reliability Engineer}
6+
\acro{sli}[SLI]{Service Level Indicator}
7+
\acro{sre}[SRE]{Site Reliability Engineering}
8+
\acro{apm}[APM]{Application Performance Monitoring}
9+
\acro{mttr}[MTTR]{Mean Time To Recovery}
10+
% \acro{gan}[GAN]{Generative adversarial networks}
11+
% \acro{hhmm}[HHMM]{Hierarchical hidden Markov model}
12+
% \acro{fsl}[FSL]{Few-shot Learning}
13+
% \acro{sdlc}[SDLC]{Software Development Life Cycle}
14+
% \acro{ooad}[OOAD]{Object-oriented analysis and design}
15+
\acro{ebpf}[eBPF]{Extended Berkeley Packet Filter}
16+
% \acro{sla}[SLA]{Service-Level Agreement}
17+
% \acro{saas}[SaaS]{Software as a service}
18+
% \acro{vm}[VM]{Virtual Machine}
19+
% \acro{cncf}[CNCF]{Cloud Native Computing Foundation}
20+
21+
\acro{aiops}[AIOps]{Artificial Intelligence for IT operations}
22+
% \acro{sre}[SRE]{Site Reliability Engineering}
23+
\acro{gazer}[Gazer]{Telemetry extraction agent}
24+
\acro{sherlock}[Sherlock]{AI-engine}
25+
\acro{lazy-koala-operator}[Operator]{Lazy Koala Resource Manager}
26+
\end{acronym}
File renamed without changes.
110 KB
956 KB
10.6 KB
55.5 KB
167 KB

0 commit comments

Comments
 (0)