SlideShare a Scribd company logo
1 of 24
Download to read offline
Real-Time Monitoring Using
Prometheus and Grafana
Machine Learning Reply | DSC Adria 23 | May 18th
Presented by: Abhisar Bharti
2
Agenda
Machine Learning Reply | DSCAdria 23 | May 18th
About Reply & Abhisar Bharti
1
Monitoring and Machine Learning Operations
2
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
3
Summary
4
3
Agenda
Machine Learning Reply | DSCAdria 23 | May 18th
About Reply & Abhisar Bharti
1
Monitoring and Machine Learning Operations
2
3
Summary
4
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
About Reply & Abhisar Bharti
Global presence and growth
Reply at a glance - Our growth in revenue and employees
Employees
Revenue
In Mio €
State-of-the-art technologies
High investments in future technologies and
the establishment of leading-edge
technologies lead to value creation and long-
term customer relationships.
Wachstumsfaktoren
Top-Talents
Hiring top talent and developing employees
into accepted leaders within their industry or
technology.
Start-up Concept
Creation of Reply start-ups for new trends and
technologies, knowledge building and
"survival of the fittest".
Croatia
Zagreb
Brazil
São Paulo, Belo Horizonte
Berlin, Bremen, Düsseldorf, Frankfurt,
Gütersloh, Hamburg, München
Germany
France & Benelux
Paris, Amsterdam, Brüssel, Luxemburg
Italy
Bari, Mailand Padova, Rom, Turin,
Trieste, Verona
London, Basingstoke,
Chester, Cockpole Green
Great Britain
Poland & Romania
Katowice, Bucharest
Belarus
Minsk
Chicago, Detroit, Seattle
USA
China
Peking
Vienna
Austria
230
277
330 340
384
440
495
560
632
706
781
884
1036
1182
1250.2
1483.8
1891.1
2006 `07 `08 `09 `10 `11 `12 `13 `14 `15 `16 `17 `18 `19 `20 `21 `22
1925 2272 2686 2994 3149 3422 3725 4253 4689 5245 6015 6456 7606 8157 9059 10579 13467
4
Machine Learning Reply | DSCAdria 23 | May 18th
5
Machine Learning Reply - United by the Digitalization
About Reply & Abhisar Bharti
ARTIFICIAL INTELLIGENCE
Intelligent Automation Machine Learning
CLOUD PLATFORMS
Development & Operations Data
CYBER SECURITY
Security Operation Center Security Consulting
Internet
of
Things
AUTONOMOUS VEHICLES
INDUSTRIAL SYSTEMS
CONNECTED PRODUCTS
ENERGY ECOSYSTEMS
HEALTHCARE
RETAIL & CPG
ENERGY
HEALTHCARE
MANUFACTURING &
LOGISTICS
FINANCIAL SERVICES
TELECOM & MEDIA
Industry
Platforms
IMMERSIVE
EXPERIENCE
DESIGN & UX
VIDEO
SOCIALMEDIA &
STORYTELLING
DIGITALECOSYSTEM
Customer
Experience
Reply expertise and multiple services
Machine Learning Reply | DSCAdria 23 | May 18th
6
Who am I?
About Reply & Abhisar Bharti
Machine Learning Reply | DSCAdria 23 | May 18th
a.bharti@reply.de
▪ Machine Reply journey started on Feb, 2022
▪ Time-series enthusiast
▪ Contributor for research in Structure Literature Review techniques
▪ M.Sc (Data and Knowledge Engineering)
▪ Data storyteller
Abhisar Bharti
Data Science Consultant
7
Agenda
Machine Learning Reply | DSCAdria 23 | May 18th
About Reply & Abhisar Bharti
1
Monitoring and Machine Learning Operations
2
3
Summary
4
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
9
It is time for a questions…
Monitoring and Machine learning operations
Machine Learning Reply | DSCAdria 23 | May 18th
10
Monitoring and Machine Learning Operations
Monitoring and Machine learning operations
Machine Learning Reply | DSCAdria 23 | May 18th
Metrics
monitoring
▪ Is the system up?
▪ Is the system down?
▪ Is the system degrading?
▪ Collect relevant data that explains state
▪ Label them
▪ Analyse them
11
The Importance of Real-Time Monitoring
Monitoring and Machine learning operations
Machine Learning Reply | DSCAdria 23 | May 18th
Unregulated
Lifecycle
Wrong
Feedback
Wrong
User
Behavior
Wrong
Model
Wrong
Pre-
dictions
Time
Business
Value
Monitored
Unmonitored
KPI
monitoring
▪ Over time unmonitored model deviates from
desired results
▪ Wrong prediction can lead to degrading business
value
12
It is time for a questions (again)…
Monitoring and Machine learning operations
Machine Learning Reply | DSCAdria 23 | May 18th
What to monitor?
Monitoring and Machine learning operations
Latency
Operational
System (Soft- and Hardware) Data (Context, User Behavior, Predictions)
Machine Learning Reply | DSCAdria 23 | May 18th
Functional
13
Model (Predictions)
IO/Memory/CPU usage
System uptime
Disk utilization
Accuracy
Precision, Recall, F1
AUC-ROC
RMSE
Population Stability Index
(PSI)
Characteristic Stability Index
(CSI)
Kolmogorov–Smirnov test
Kullback–Leibler divergence
14
Agenda
Machine Learning Reply | DSCAdria 23 | May 18th
About Reply & Abhisar Bharti
1
Monitoring and Machine Learning Operations
2
3
Summary
4
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
15
How to monitor?
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
Maximizing the Value of Your Monitoring Data: Insights and Analysis
Machine Learning Reply | DSCAdria 23 | May 18th
Alarm
Structured /
Unstructured
ML-
System
▪ Open-source monitoring
soultion.
▪ Pull based approach.
▪ Easy to configure,deploy
and maintain.
▪ Container ready.
▪ Orchestration ready
(dynamic config).
▪ Open-source toolfor time
series analysis.
▪ Feature for alert
notification.
▪ Supportfor wide variety
of data source.
▪ Supportfor advanced
visualization and metrics
support
16
Setting up an optimized prometheus
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
Machine Learning Reply | DSCAdria 23 | May 18th
Monitoring A Spring BootApplication, Part 2: Prometheus–Tom Gregory
▪ Influx of huge amount of metrics
▪ Outage in visualization
▪ Scrape time in minutes
▪ Megabytes of data collected per scrape
Need
for
Prometheus
optimization
17
Sample Dashboard for MLOPS using Grafana
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
Ways to optimize Prometheus
Machine Learning Reply | DSCAdria 23 | May 18th
First identify those metrics that are not used in
visualization
1
Drop the identified metrics
2
Increase scrape interval
3
Migration to cloud provider like AWS
4
18
Challenges
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
1Catering the
need of diverse
stakeholders
2Complexity
3Handling
government
regulations
4Need for
Prometheus
optimization
Machine Learning Reply | DSCAdria 23 | May 18th
19
Agenda
Machine Learning Reply | DSCAdria 23 | May 18th
About Reply & Abhisar Bharti
1
Monitoring and Machine Learning Operations
2
3
Summary
4
Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
Summary
20
Key Takeaways
Overview of current and upcoming collaboration
❑ Overview of Monitoring
❑ Need for Model monitoring
❑ Metrics to monitor
Generaloverview
1 ❑ Overview of sample workflow
❑ Introduction to Prometheus and Grafana
Monitoringworkflow
2
❑ Need for Prometheus optimization
❑ Steps to optimize Prometheus
❑ Challenges with Machine Learning operations
Optimization and challenges
3 ❑ Design & Implementation of a dashboard
❑ Final performance KPIs
Results
4
Machine Learning Reply | DSCAdria 23 | May 18th
Summary
21
Key Takeaways
Overview of current and upcoming collaboration
❑ Overview of Monitoring
❑ Need for Model monitoring
❑ Metrics to monitor
Generaloverview
1 ❑ Overview of sample workflow
❑ Introduction to Prometheus and Grafana
Monitoringworkflow
2
❑ Need for Prometheus optimization
❑ Steps to optimize Prometheus
❑ Challenges with Machine Learning operations
Optimization and challenges
3 ❑ Design & Implementation of a dashboard
❑ Final performance KPIs
Results
4
Machine Learning Reply | DSCAdria 23 | May 18th
Summary
22
Key Takeaways
Overview of current and upcoming collaboration
❑ Overview of Monitoring
❑ Need for Model monitoring
❑ Metrics to monitor
Generaloverview
1 ❑ Overview of sample workflow
❑ Introduction to Prometheus and Grafana
Monitoringworkflow
2
❑ Need for Prometheus optimization
❑ Steps to optimize Prometheus
❑ Challenges with Machine Learning operations
Optimization and challenges
3 ❑ Design & Implementation of a dashboard
❑ Final performance KPIs
Results
4
Machine Learning Reply | DSCAdria 23 | May 18th
Summary
23
Key Takeaways
Overview of current and upcoming collaboration
❑ Overview of Monitoring
❑ Need for Model monitoring
❑ Metrics to monitor
Generaloverview
1 ❑ Overview of sample workflow
❑ Introduction to Prometheus and Grafana
Monitoringworkflow
2
❑ Need for Prometheus optimization
❑ Steps to optimize Prometheus
❑ Challenges with Machine Learning operations
Optimization and challenges
3 ❑ Design & Implementation of a dashboard
❑ Final performance KPIs
Results
4
Machine Learning Reply | DSCAdria 23 | May 18th
Thank you
We are hiring!
Send us your cv on: a.bharti@reply.de

More Related Content

Similar to [DSC Adria 23] Abhisar Bharti Real-Time Monitoring Using Prometheus and Grafana.pdf

Agile Chennai 2023 | Unleashing Agility: Triumphs Over Challenges in Legacy M...
Agile Chennai 2023 | Unleashing Agility: Triumphs Over Challenges in Legacy M...Agile Chennai 2023 | Unleashing Agility: Triumphs Over Challenges in Legacy M...
Agile Chennai 2023 | Unleashing Agility: Triumphs Over Challenges in Legacy M...AgileNetwork
 
Lead confluent HQ Dec 2019
Lead   confluent HQ Dec 2019Lead   confluent HQ Dec 2019
Lead confluent HQ Dec 2019Sabri Skhiri
 
Understand your data dependencies – Key enabler to efficient modernisation
 Understand your data dependencies – Key enabler to efficient modernisation  Understand your data dependencies – Key enabler to efficient modernisation
Understand your data dependencies – Key enabler to efficient modernisation Profinit
 
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSPYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSQuantUniversity
 
Lace project transforming workplace learning in manufacturing printable
Lace project transforming workplace learning in manufacturing printableLace project transforming workplace learning in manufacturing printable
Lace project transforming workplace learning in manufacturing printableFabrizio Cardinali
 
Software Solutions for Energy Communities
Software Solutions for Energy CommunitiesSoftware Solutions for Energy Communities
Software Solutions for Energy CommunitiesQuentin Gemine
 
Agile IT Project Management
Agile IT Project ManagementAgile IT Project Management
Agile IT Project ManagementSupreeth Rajan
 
Big data and other buzzwords
Big data and other buzzwordsBig data and other buzzwords
Big data and other buzzwordsAndrew Clark
 
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial CompaniesDecision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial CompaniesDecision Management Solutions
 
SAP Active Global Support - Support for Innovation - Quality Assurance at Cus...
SAP Active Global Support - Support for Innovation - Quality Assurance at Cus...SAP Active Global Support - Support for Innovation - Quality Assurance at Cus...
SAP Active Global Support - Support for Innovation - Quality Assurance at Cus...Bernhard Luecke
 
Dave Kellogg Keynote at Host Analytics World 2013
Dave Kellogg Keynote at Host Analytics World 2013Dave Kellogg Keynote at Host Analytics World 2013
Dave Kellogg Keynote at Host Analytics World 2013Dave Kellogg
 
Fit For Purpose: Preventing a Big Data Letdown
Fit For Purpose: Preventing a Big Data LetdownFit For Purpose: Preventing a Big Data Letdown
Fit For Purpose: Preventing a Big Data LetdownInside Analysis
 
Enterprise Assets Management PowerPoint Presentation Slides
Enterprise Assets Management PowerPoint Presentation Slides Enterprise Assets Management PowerPoint Presentation Slides
Enterprise Assets Management PowerPoint Presentation Slides SlideTeam
 
Mtc strategy-briefing-houston-pd m-05212018-3
Mtc strategy-briefing-houston-pd m-05212018-3Mtc strategy-briefing-houston-pd m-05212018-3
Mtc strategy-briefing-houston-pd m-05212018-3Dania Kodeih
 
Business Analyst Series 2023 - Week 4 Session 7
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7DianaGray10
 
Emerging engineering issues for building large scale AI systems By Srinivas P...
Emerging engineering issues for building large scale AI systems By Srinivas P...Emerging engineering issues for building large scale AI systems By Srinivas P...
Emerging engineering issues for building large scale AI systems By Srinivas P...Analytics India Magazine
 
GraphTour 2020 - Customer Journey with Neo4j Services
GraphTour 2020 - Customer Journey with Neo4j ServicesGraphTour 2020 - Customer Journey with Neo4j Services
GraphTour 2020 - Customer Journey with Neo4j ServicesNeo4j
 

Similar to [DSC Adria 23] Abhisar Bharti Real-Time Monitoring Using Prometheus and Grafana.pdf (20)

Agile Chennai 2023 | Unleashing Agility: Triumphs Over Challenges in Legacy M...
Agile Chennai 2023 | Unleashing Agility: Triumphs Over Challenges in Legacy M...Agile Chennai 2023 | Unleashing Agility: Triumphs Over Challenges in Legacy M...
Agile Chennai 2023 | Unleashing Agility: Triumphs Over Challenges in Legacy M...
 
Lead confluent HQ Dec 2019
Lead   confluent HQ Dec 2019Lead   confluent HQ Dec 2019
Lead confluent HQ Dec 2019
 
Understand your data dependencies – Key enabler to efficient modernisation
 Understand your data dependencies – Key enabler to efficient modernisation  Understand your data dependencies – Key enabler to efficient modernisation
Understand your data dependencies – Key enabler to efficient modernisation
 
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALSPYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
PYTHON AND DATA SCIENCE FOR INVESTMENT PROFESSIONALS
 
Lace project transforming workplace learning in manufacturing printable
Lace project transforming workplace learning in manufacturing printableLace project transforming workplace learning in manufacturing printable
Lace project transforming workplace learning in manufacturing printable
 
Software Solutions for Energy Communities
Software Solutions for Energy CommunitiesSoftware Solutions for Energy Communities
Software Solutions for Energy Communities
 
3901_Nandyal
3901_Nandyal3901_Nandyal
3901_Nandyal
 
Agile IT Project Management
Agile IT Project ManagementAgile IT Project Management
Agile IT Project Management
 
Big data and other buzzwords
Big data and other buzzwordsBig data and other buzzwords
Big data and other buzzwords
 
BUSINESS ANALYST
BUSINESS ANALYSTBUSINESS ANALYST
BUSINESS ANALYST
 
Hakkache mohamed 202111
Hakkache mohamed 202111Hakkache mohamed 202111
Hakkache mohamed 202111
 
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial CompaniesDecision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
Decision-Centric Dashboards with DMN at Two Fortune 200 Financial Companies
 
SAP Active Global Support - Support for Innovation - Quality Assurance at Cus...
SAP Active Global Support - Support for Innovation - Quality Assurance at Cus...SAP Active Global Support - Support for Innovation - Quality Assurance at Cus...
SAP Active Global Support - Support for Innovation - Quality Assurance at Cus...
 
Dave Kellogg Keynote at Host Analytics World 2013
Dave Kellogg Keynote at Host Analytics World 2013Dave Kellogg Keynote at Host Analytics World 2013
Dave Kellogg Keynote at Host Analytics World 2013
 
Fit For Purpose: Preventing a Big Data Letdown
Fit For Purpose: Preventing a Big Data LetdownFit For Purpose: Preventing a Big Data Letdown
Fit For Purpose: Preventing a Big Data Letdown
 
Enterprise Assets Management PowerPoint Presentation Slides
Enterprise Assets Management PowerPoint Presentation Slides Enterprise Assets Management PowerPoint Presentation Slides
Enterprise Assets Management PowerPoint Presentation Slides
 
Mtc strategy-briefing-houston-pd m-05212018-3
Mtc strategy-briefing-houston-pd m-05212018-3Mtc strategy-briefing-houston-pd m-05212018-3
Mtc strategy-briefing-houston-pd m-05212018-3
 
Business Analyst Series 2023 - Week 4 Session 7
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7
 
Emerging engineering issues for building large scale AI systems By Srinivas P...
Emerging engineering issues for building large scale AI systems By Srinivas P...Emerging engineering issues for building large scale AI systems By Srinivas P...
Emerging engineering issues for building large scale AI systems By Srinivas P...
 
GraphTour 2020 - Customer Journey with Neo4j Services
GraphTour 2020 - Customer Journey with Neo4j ServicesGraphTour 2020 - Customer Journey with Neo4j Services
GraphTour 2020 - Customer Journey with Neo4j Services
 

More from DataScienceConferenc1

[DSC MENA 24] Mostafa_Essa_-_Ai_and_cloud.pdf
[DSC MENA 24] Mostafa_Essa_-_Ai_and_cloud.pdf[DSC MENA 24] Mostafa_Essa_-_Ai_and_cloud.pdf
[DSC MENA 24] Mostafa_Essa_-_Ai_and_cloud.pdfDataScienceConferenc1
 
[DSC MENA 24] Yasser_El_Bendary - How NLP & LLMs model can excel in comprehen...
[DSC MENA 24] Yasser_El_Bendary - How NLP & LLMs model can excel in comprehen...[DSC MENA 24] Yasser_El_Bendary - How NLP & LLMs model can excel in comprehen...
[DSC MENA 24] Yasser_El_Bendary - How NLP & LLMs model can excel in comprehen...DataScienceConferenc1
 
[DSC MENA 24] Medhat_Kandil - Empowering Egypt's AI & Biotechnology Scenes.pdf
[DSC MENA 24] Medhat_Kandil - Empowering Egypt's AI & Biotechnology Scenes.pdf[DSC MENA 24] Medhat_Kandil - Empowering Egypt's AI & Biotechnology Scenes.pdf
[DSC MENA 24] Medhat_Kandil - Empowering Egypt's AI & Biotechnology Scenes.pdfDataScienceConferenc1
 
[DSC MENA 24] Youssef_Kamal - Data governance and quality.pdf
[DSC MENA 24] Youssef_Kamal - Data governance and quality.pdf[DSC MENA 24] Youssef_Kamal - Data governance and quality.pdf
[DSC MENA 24] Youssef_Kamal - Data governance and quality.pdfDataScienceConferenc1
 
[DSC MENA 24] Abdelrahman_Ghallab_-_Data_Product_mgmt.pdf
[DSC MENA 24] Abdelrahman_Ghallab_-_Data_Product_mgmt.pdf[DSC MENA 24] Abdelrahman_Ghallab_-_Data_Product_mgmt.pdf
[DSC MENA 24] Abdelrahman_Ghallab_-_Data_Product_mgmt.pdfDataScienceConferenc1
 
[DSC MENA 24] Asmaa_Eltaher_-_Innovation_Beyond_Brainstorming.pptx
[DSC MENA 24] Asmaa_Eltaher_-_Innovation_Beyond_Brainstorming.pptx[DSC MENA 24] Asmaa_Eltaher_-_Innovation_Beyond_Brainstorming.pptx
[DSC MENA 24] Asmaa_Eltaher_-_Innovation_Beyond_Brainstorming.pptxDataScienceConferenc1
 
[DSC MENA 24] Muhammad_Ezzat_-_Sustianable_Growth_Empowerment.pdf
[DSC MENA 24] Muhammad_Ezzat_-_Sustianable_Growth_Empowerment.pdf[DSC MENA 24] Muhammad_Ezzat_-_Sustianable_Growth_Empowerment.pdf
[DSC MENA 24] Muhammad_Ezzat_-_Sustianable_Growth_Empowerment.pdfDataScienceConferenc1
 
[DSC MENA 24] Basma_Rady_-_Building_a_Data_Driven_Culture_in_Your_Organizatio...
[DSC MENA 24] Basma_Rady_-_Building_a_Data_Driven_Culture_in_Your_Organizatio...[DSC MENA 24] Basma_Rady_-_Building_a_Data_Driven_Culture_in_Your_Organizatio...
[DSC MENA 24] Basma_Rady_-_Building_a_Data_Driven_Culture_in_Your_Organizatio...DataScienceConferenc1
 
[DSC MENA 24] Ahmed_Muselhy_-_Unveiling-the-Secrets-of-AI-in-Hiring.pdf
[DSC MENA 24] Ahmed_Muselhy_-_Unveiling-the-Secrets-of-AI-in-Hiring.pdf[DSC MENA 24] Ahmed_Muselhy_-_Unveiling-the-Secrets-of-AI-in-Hiring.pdf
[DSC MENA 24] Ahmed_Muselhy_-_Unveiling-the-Secrets-of-AI-in-Hiring.pdfDataScienceConferenc1
 
[DSC MENA 24] Ziad_Diab_-_Data-Driven_Disruption_-_The_Role_of_Data_Strategy_...
[DSC MENA 24] Ziad_Diab_-_Data-Driven_Disruption_-_The_Role_of_Data_Strategy_...[DSC MENA 24] Ziad_Diab_-_Data-Driven_Disruption_-_The_Role_of_Data_Strategy_...
[DSC MENA 24] Ziad_Diab_-_Data-Driven_Disruption_-_The_Role_of_Data_Strategy_...DataScienceConferenc1
 
[DSC MENA 24] Mohammad_Essam_- Leveraging Scene Graphs for Generative AI and ...
[DSC MENA 24] Mohammad_Essam_- Leveraging Scene Graphs for Generative AI and ...[DSC MENA 24] Mohammad_Essam_- Leveraging Scene Graphs for Generative AI and ...
[DSC MENA 24] Mohammad_Essam_- Leveraging Scene Graphs for Generative AI and ...DataScienceConferenc1
 
[DSC MENA 24] Ahmed_Fahmy - Navigating the Future.pdf
[DSC MENA 24] Ahmed_Fahmy - Navigating the Future.pdf[DSC MENA 24] Ahmed_Fahmy - Navigating the Future.pdf
[DSC MENA 24] Ahmed_Fahmy - Navigating the Future.pdfDataScienceConferenc1
 
[DSC MENA 24] Hany_Saad_Gheit_-_Azure_OpenAI_service.pptx
[DSC MENA 24] Hany_Saad_Gheit_-_Azure_OpenAI_service.pptx[DSC MENA 24] Hany_Saad_Gheit_-_Azure_OpenAI_service.pptx
[DSC MENA 24] Hany_Saad_Gheit_-_Azure_OpenAI_service.pptxDataScienceConferenc1
 
[DSC MENA 24] Nezar_El_Kady_-_From_Turing_to_Transformers__Navigating_the_AI_...
[DSC MENA 24] Nezar_El_Kady_-_From_Turing_to_Transformers__Navigating_the_AI_...[DSC MENA 24] Nezar_El_Kady_-_From_Turing_to_Transformers__Navigating_the_AI_...
[DSC MENA 24] Nezar_El_Kady_-_From_Turing_to_Transformers__Navigating_the_AI_...DataScienceConferenc1
 
[DSC MENA 24] Amira_Abdelaziz_-_AI_in_Financial_Services.pptx
[DSC MENA 24] Amira_Abdelaziz_-_AI_in_Financial_Services.pptx[DSC MENA 24] Amira_Abdelaziz_-_AI_in_Financial_Services.pptx
[DSC MENA 24] Amira_Abdelaziz_-_AI_in_Financial_Services.pptxDataScienceConferenc1
 
[DSC MENA 24] Omar_Ossama - My Journey from the Field of Oil & Gas, to the Ex...
[DSC MENA 24] Omar_Ossama - My Journey from the Field of Oil & Gas, to the Ex...[DSC MENA 24] Omar_Ossama - My Journey from the Field of Oil & Gas, to the Ex...
[DSC MENA 24] Omar_Ossama - My Journey from the Field of Oil & Gas, to the Ex...DataScienceConferenc1
 
[DSC MENA 24] Ramy_Agieb_-_Advancements_in_Artificial_Intelligence_for_Cybers...
[DSC MENA 24] Ramy_Agieb_-_Advancements_in_Artificial_Intelligence_for_Cybers...[DSC MENA 24] Ramy_Agieb_-_Advancements_in_Artificial_Intelligence_for_Cybers...
[DSC MENA 24] Ramy_Agieb_-_Advancements_in_Artificial_Intelligence_for_Cybers...DataScienceConferenc1
 
[DSC MENA 24] Sohaila_Diab_-_Lets_Talk_Gen_AI_Presentation.pptx
[DSC MENA 24] Sohaila_Diab_-_Lets_Talk_Gen_AI_Presentation.pptx[DSC MENA 24] Sohaila_Diab_-_Lets_Talk_Gen_AI_Presentation.pptx
[DSC MENA 24] Sohaila_Diab_-_Lets_Talk_Gen_AI_Presentation.pptxDataScienceConferenc1
 
[DSC MENA 24] Amal_Elgammal_-_QUALITOP_presentation.pptx
[DSC MENA 24] Amal_Elgammal_-_QUALITOP_presentation.pptx[DSC MENA 24] Amal_Elgammal_-_QUALITOP_presentation.pptx
[DSC MENA 24] Amal_Elgammal_-_QUALITOP_presentation.pptxDataScienceConferenc1
 
[DSC MENA 24] Abdelrahman_Sleem_-_AI_For_Marketing_DSC.pdf
[DSC MENA 24] Abdelrahman_Sleem_-_AI_For_Marketing_DSC.pdf[DSC MENA 24] Abdelrahman_Sleem_-_AI_For_Marketing_DSC.pdf
[DSC MENA 24] Abdelrahman_Sleem_-_AI_For_Marketing_DSC.pdfDataScienceConferenc1
 

More from DataScienceConferenc1 (20)

[DSC MENA 24] Mostafa_Essa_-_Ai_and_cloud.pdf
[DSC MENA 24] Mostafa_Essa_-_Ai_and_cloud.pdf[DSC MENA 24] Mostafa_Essa_-_Ai_and_cloud.pdf
[DSC MENA 24] Mostafa_Essa_-_Ai_and_cloud.pdf
 
[DSC MENA 24] Yasser_El_Bendary - How NLP & LLMs model can excel in comprehen...
[DSC MENA 24] Yasser_El_Bendary - How NLP & LLMs model can excel in comprehen...[DSC MENA 24] Yasser_El_Bendary - How NLP & LLMs model can excel in comprehen...
[DSC MENA 24] Yasser_El_Bendary - How NLP & LLMs model can excel in comprehen...
 
[DSC MENA 24] Medhat_Kandil - Empowering Egypt's AI & Biotechnology Scenes.pdf
[DSC MENA 24] Medhat_Kandil - Empowering Egypt's AI & Biotechnology Scenes.pdf[DSC MENA 24] Medhat_Kandil - Empowering Egypt's AI & Biotechnology Scenes.pdf
[DSC MENA 24] Medhat_Kandil - Empowering Egypt's AI & Biotechnology Scenes.pdf
 
[DSC MENA 24] Youssef_Kamal - Data governance and quality.pdf
[DSC MENA 24] Youssef_Kamal - Data governance and quality.pdf[DSC MENA 24] Youssef_Kamal - Data governance and quality.pdf
[DSC MENA 24] Youssef_Kamal - Data governance and quality.pdf
 
[DSC MENA 24] Abdelrahman_Ghallab_-_Data_Product_mgmt.pdf
[DSC MENA 24] Abdelrahman_Ghallab_-_Data_Product_mgmt.pdf[DSC MENA 24] Abdelrahman_Ghallab_-_Data_Product_mgmt.pdf
[DSC MENA 24] Abdelrahman_Ghallab_-_Data_Product_mgmt.pdf
 
[DSC MENA 24] Asmaa_Eltaher_-_Innovation_Beyond_Brainstorming.pptx
[DSC MENA 24] Asmaa_Eltaher_-_Innovation_Beyond_Brainstorming.pptx[DSC MENA 24] Asmaa_Eltaher_-_Innovation_Beyond_Brainstorming.pptx
[DSC MENA 24] Asmaa_Eltaher_-_Innovation_Beyond_Brainstorming.pptx
 
[DSC MENA 24] Muhammad_Ezzat_-_Sustianable_Growth_Empowerment.pdf
[DSC MENA 24] Muhammad_Ezzat_-_Sustianable_Growth_Empowerment.pdf[DSC MENA 24] Muhammad_Ezzat_-_Sustianable_Growth_Empowerment.pdf
[DSC MENA 24] Muhammad_Ezzat_-_Sustianable_Growth_Empowerment.pdf
 
[DSC MENA 24] Basma_Rady_-_Building_a_Data_Driven_Culture_in_Your_Organizatio...
[DSC MENA 24] Basma_Rady_-_Building_a_Data_Driven_Culture_in_Your_Organizatio...[DSC MENA 24] Basma_Rady_-_Building_a_Data_Driven_Culture_in_Your_Organizatio...
[DSC MENA 24] Basma_Rady_-_Building_a_Data_Driven_Culture_in_Your_Organizatio...
 
[DSC MENA 24] Ahmed_Muselhy_-_Unveiling-the-Secrets-of-AI-in-Hiring.pdf
[DSC MENA 24] Ahmed_Muselhy_-_Unveiling-the-Secrets-of-AI-in-Hiring.pdf[DSC MENA 24] Ahmed_Muselhy_-_Unveiling-the-Secrets-of-AI-in-Hiring.pdf
[DSC MENA 24] Ahmed_Muselhy_-_Unveiling-the-Secrets-of-AI-in-Hiring.pdf
 
[DSC MENA 24] Ziad_Diab_-_Data-Driven_Disruption_-_The_Role_of_Data_Strategy_...
[DSC MENA 24] Ziad_Diab_-_Data-Driven_Disruption_-_The_Role_of_Data_Strategy_...[DSC MENA 24] Ziad_Diab_-_Data-Driven_Disruption_-_The_Role_of_Data_Strategy_...
[DSC MENA 24] Ziad_Diab_-_Data-Driven_Disruption_-_The_Role_of_Data_Strategy_...
 
[DSC MENA 24] Mohammad_Essam_- Leveraging Scene Graphs for Generative AI and ...
[DSC MENA 24] Mohammad_Essam_- Leveraging Scene Graphs for Generative AI and ...[DSC MENA 24] Mohammad_Essam_- Leveraging Scene Graphs for Generative AI and ...
[DSC MENA 24] Mohammad_Essam_- Leveraging Scene Graphs for Generative AI and ...
 
[DSC MENA 24] Ahmed_Fahmy - Navigating the Future.pdf
[DSC MENA 24] Ahmed_Fahmy - Navigating the Future.pdf[DSC MENA 24] Ahmed_Fahmy - Navigating the Future.pdf
[DSC MENA 24] Ahmed_Fahmy - Navigating the Future.pdf
 
[DSC MENA 24] Hany_Saad_Gheit_-_Azure_OpenAI_service.pptx
[DSC MENA 24] Hany_Saad_Gheit_-_Azure_OpenAI_service.pptx[DSC MENA 24] Hany_Saad_Gheit_-_Azure_OpenAI_service.pptx
[DSC MENA 24] Hany_Saad_Gheit_-_Azure_OpenAI_service.pptx
 
[DSC MENA 24] Nezar_El_Kady_-_From_Turing_to_Transformers__Navigating_the_AI_...
[DSC MENA 24] Nezar_El_Kady_-_From_Turing_to_Transformers__Navigating_the_AI_...[DSC MENA 24] Nezar_El_Kady_-_From_Turing_to_Transformers__Navigating_the_AI_...
[DSC MENA 24] Nezar_El_Kady_-_From_Turing_to_Transformers__Navigating_the_AI_...
 
[DSC MENA 24] Amira_Abdelaziz_-_AI_in_Financial_Services.pptx
[DSC MENA 24] Amira_Abdelaziz_-_AI_in_Financial_Services.pptx[DSC MENA 24] Amira_Abdelaziz_-_AI_in_Financial_Services.pptx
[DSC MENA 24] Amira_Abdelaziz_-_AI_in_Financial_Services.pptx
 
[DSC MENA 24] Omar_Ossama - My Journey from the Field of Oil & Gas, to the Ex...
[DSC MENA 24] Omar_Ossama - My Journey from the Field of Oil & Gas, to the Ex...[DSC MENA 24] Omar_Ossama - My Journey from the Field of Oil & Gas, to the Ex...
[DSC MENA 24] Omar_Ossama - My Journey from the Field of Oil & Gas, to the Ex...
 
[DSC MENA 24] Ramy_Agieb_-_Advancements_in_Artificial_Intelligence_for_Cybers...
[DSC MENA 24] Ramy_Agieb_-_Advancements_in_Artificial_Intelligence_for_Cybers...[DSC MENA 24] Ramy_Agieb_-_Advancements_in_Artificial_Intelligence_for_Cybers...
[DSC MENA 24] Ramy_Agieb_-_Advancements_in_Artificial_Intelligence_for_Cybers...
 
[DSC MENA 24] Sohaila_Diab_-_Lets_Talk_Gen_AI_Presentation.pptx
[DSC MENA 24] Sohaila_Diab_-_Lets_Talk_Gen_AI_Presentation.pptx[DSC MENA 24] Sohaila_Diab_-_Lets_Talk_Gen_AI_Presentation.pptx
[DSC MENA 24] Sohaila_Diab_-_Lets_Talk_Gen_AI_Presentation.pptx
 
[DSC MENA 24] Amal_Elgammal_-_QUALITOP_presentation.pptx
[DSC MENA 24] Amal_Elgammal_-_QUALITOP_presentation.pptx[DSC MENA 24] Amal_Elgammal_-_QUALITOP_presentation.pptx
[DSC MENA 24] Amal_Elgammal_-_QUALITOP_presentation.pptx
 
[DSC MENA 24] Abdelrahman_Sleem_-_AI_For_Marketing_DSC.pdf
[DSC MENA 24] Abdelrahman_Sleem_-_AI_For_Marketing_DSC.pdf[DSC MENA 24] Abdelrahman_Sleem_-_AI_For_Marketing_DSC.pdf
[DSC MENA 24] Abdelrahman_Sleem_-_AI_For_Marketing_DSC.pdf
 

Recently uploaded

EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)jennyeacort
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...ThinkInnovation
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998YohFuh
 

Recently uploaded (20)

Decoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in ActionDecoding Loan Approval: Predictive Modeling in Action
Decoding Loan Approval: Predictive Modeling in Action
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
Call Us ➥97111√47426🤳Call Girls in Aerocity (Delhi NCR)
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
Predictive Analysis - Using Insight-informed Data to Determine Factors Drivin...
 
RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998RA-11058_IRR-COMPRESS Do 198 series of 1998
RA-11058_IRR-COMPRESS Do 198 series of 1998
 

[DSC Adria 23] Abhisar Bharti Real-Time Monitoring Using Prometheus and Grafana.pdf

  • 1. Real-Time Monitoring Using Prometheus and Grafana Machine Learning Reply | DSC Adria 23 | May 18th Presented by: Abhisar Bharti
  • 2. 2 Agenda Machine Learning Reply | DSCAdria 23 | May 18th About Reply & Abhisar Bharti 1 Monitoring and Machine Learning Operations 2 Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes 3 Summary 4
  • 3. 3 Agenda Machine Learning Reply | DSCAdria 23 | May 18th About Reply & Abhisar Bharti 1 Monitoring and Machine Learning Operations 2 3 Summary 4 Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
  • 4. About Reply & Abhisar Bharti Global presence and growth Reply at a glance - Our growth in revenue and employees Employees Revenue In Mio € State-of-the-art technologies High investments in future technologies and the establishment of leading-edge technologies lead to value creation and long- term customer relationships. Wachstumsfaktoren Top-Talents Hiring top talent and developing employees into accepted leaders within their industry or technology. Start-up Concept Creation of Reply start-ups for new trends and technologies, knowledge building and "survival of the fittest". Croatia Zagreb Brazil São Paulo, Belo Horizonte Berlin, Bremen, Düsseldorf, Frankfurt, Gütersloh, Hamburg, München Germany France & Benelux Paris, Amsterdam, Brüssel, Luxemburg Italy Bari, Mailand Padova, Rom, Turin, Trieste, Verona London, Basingstoke, Chester, Cockpole Green Great Britain Poland & Romania Katowice, Bucharest Belarus Minsk Chicago, Detroit, Seattle USA China Peking Vienna Austria 230 277 330 340 384 440 495 560 632 706 781 884 1036 1182 1250.2 1483.8 1891.1 2006 `07 `08 `09 `10 `11 `12 `13 `14 `15 `16 `17 `18 `19 `20 `21 `22 1925 2272 2686 2994 3149 3422 3725 4253 4689 5245 6015 6456 7606 8157 9059 10579 13467 4 Machine Learning Reply | DSCAdria 23 | May 18th
  • 5. 5 Machine Learning Reply - United by the Digitalization About Reply & Abhisar Bharti ARTIFICIAL INTELLIGENCE Intelligent Automation Machine Learning CLOUD PLATFORMS Development & Operations Data CYBER SECURITY Security Operation Center Security Consulting Internet of Things AUTONOMOUS VEHICLES INDUSTRIAL SYSTEMS CONNECTED PRODUCTS ENERGY ECOSYSTEMS HEALTHCARE RETAIL & CPG ENERGY HEALTHCARE MANUFACTURING & LOGISTICS FINANCIAL SERVICES TELECOM & MEDIA Industry Platforms IMMERSIVE EXPERIENCE DESIGN & UX VIDEO SOCIALMEDIA & STORYTELLING DIGITALECOSYSTEM Customer Experience Reply expertise and multiple services Machine Learning Reply | DSCAdria 23 | May 18th
  • 6. 6 Who am I? About Reply & Abhisar Bharti Machine Learning Reply | DSCAdria 23 | May 18th a.bharti@reply.de ▪ Machine Reply journey started on Feb, 2022 ▪ Time-series enthusiast ▪ Contributor for research in Structure Literature Review techniques ▪ M.Sc (Data and Knowledge Engineering) ▪ Data storyteller Abhisar Bharti Data Science Consultant
  • 7. 7 Agenda Machine Learning Reply | DSCAdria 23 | May 18th About Reply & Abhisar Bharti 1 Monitoring and Machine Learning Operations 2 3 Summary 4 Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
  • 8.
  • 9. 9 It is time for a questions… Monitoring and Machine learning operations Machine Learning Reply | DSCAdria 23 | May 18th
  • 10. 10 Monitoring and Machine Learning Operations Monitoring and Machine learning operations Machine Learning Reply | DSCAdria 23 | May 18th Metrics monitoring ▪ Is the system up? ▪ Is the system down? ▪ Is the system degrading? ▪ Collect relevant data that explains state ▪ Label them ▪ Analyse them
  • 11. 11 The Importance of Real-Time Monitoring Monitoring and Machine learning operations Machine Learning Reply | DSCAdria 23 | May 18th Unregulated Lifecycle Wrong Feedback Wrong User Behavior Wrong Model Wrong Pre- dictions Time Business Value Monitored Unmonitored KPI monitoring ▪ Over time unmonitored model deviates from desired results ▪ Wrong prediction can lead to degrading business value
  • 12. 12 It is time for a questions (again)… Monitoring and Machine learning operations Machine Learning Reply | DSCAdria 23 | May 18th
  • 13. What to monitor? Monitoring and Machine learning operations Latency Operational System (Soft- and Hardware) Data (Context, User Behavior, Predictions) Machine Learning Reply | DSCAdria 23 | May 18th Functional 13 Model (Predictions) IO/Memory/CPU usage System uptime Disk utilization Accuracy Precision, Recall, F1 AUC-ROC RMSE Population Stability Index (PSI) Characteristic Stability Index (CSI) Kolmogorov–Smirnov test Kullback–Leibler divergence
  • 14. 14 Agenda Machine Learning Reply | DSCAdria 23 | May 18th About Reply & Abhisar Bharti 1 Monitoring and Machine Learning Operations 2 3 Summary 4 Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
  • 15. 15 How to monitor? Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes Maximizing the Value of Your Monitoring Data: Insights and Analysis Machine Learning Reply | DSCAdria 23 | May 18th Alarm Structured / Unstructured ML- System ▪ Open-source monitoring soultion. ▪ Pull based approach. ▪ Easy to configure,deploy and maintain. ▪ Container ready. ▪ Orchestration ready (dynamic config). ▪ Open-source toolfor time series analysis. ▪ Feature for alert notification. ▪ Supportfor wide variety of data source. ▪ Supportfor advanced visualization and metrics support
  • 16. 16 Setting up an optimized prometheus Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes Machine Learning Reply | DSCAdria 23 | May 18th Monitoring A Spring BootApplication, Part 2: Prometheus–Tom Gregory ▪ Influx of huge amount of metrics ▪ Outage in visualization ▪ Scrape time in minutes ▪ Megabytes of data collected per scrape Need for Prometheus optimization
  • 17. 17 Sample Dashboard for MLOPS using Grafana Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes Ways to optimize Prometheus Machine Learning Reply | DSCAdria 23 | May 18th First identify those metrics that are not used in visualization 1 Drop the identified metrics 2 Increase scrape interval 3 Migration to cloud provider like AWS 4
  • 18. 18 Challenges Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes 1Catering the need of diverse stakeholders 2Complexity 3Handling government regulations 4Need for Prometheus optimization Machine Learning Reply | DSCAdria 23 | May 18th
  • 19. 19 Agenda Machine Learning Reply | DSCAdria 23 | May 18th About Reply & Abhisar Bharti 1 Monitoring and Machine Learning Operations 2 3 Summary 4 Prometheus and Grafana: Advantages, Limitations, Challenges & Outcomes
  • 20. Summary 20 Key Takeaways Overview of current and upcoming collaboration ❑ Overview of Monitoring ❑ Need for Model monitoring ❑ Metrics to monitor Generaloverview 1 ❑ Overview of sample workflow ❑ Introduction to Prometheus and Grafana Monitoringworkflow 2 ❑ Need for Prometheus optimization ❑ Steps to optimize Prometheus ❑ Challenges with Machine Learning operations Optimization and challenges 3 ❑ Design & Implementation of a dashboard ❑ Final performance KPIs Results 4 Machine Learning Reply | DSCAdria 23 | May 18th
  • 21. Summary 21 Key Takeaways Overview of current and upcoming collaboration ❑ Overview of Monitoring ❑ Need for Model monitoring ❑ Metrics to monitor Generaloverview 1 ❑ Overview of sample workflow ❑ Introduction to Prometheus and Grafana Monitoringworkflow 2 ❑ Need for Prometheus optimization ❑ Steps to optimize Prometheus ❑ Challenges with Machine Learning operations Optimization and challenges 3 ❑ Design & Implementation of a dashboard ❑ Final performance KPIs Results 4 Machine Learning Reply | DSCAdria 23 | May 18th
  • 22. Summary 22 Key Takeaways Overview of current and upcoming collaboration ❑ Overview of Monitoring ❑ Need for Model monitoring ❑ Metrics to monitor Generaloverview 1 ❑ Overview of sample workflow ❑ Introduction to Prometheus and Grafana Monitoringworkflow 2 ❑ Need for Prometheus optimization ❑ Steps to optimize Prometheus ❑ Challenges with Machine Learning operations Optimization and challenges 3 ❑ Design & Implementation of a dashboard ❑ Final performance KPIs Results 4 Machine Learning Reply | DSCAdria 23 | May 18th
  • 23. Summary 23 Key Takeaways Overview of current and upcoming collaboration ❑ Overview of Monitoring ❑ Need for Model monitoring ❑ Metrics to monitor Generaloverview 1 ❑ Overview of sample workflow ❑ Introduction to Prometheus and Grafana Monitoringworkflow 2 ❑ Need for Prometheus optimization ❑ Steps to optimize Prometheus ❑ Challenges with Machine Learning operations Optimization and challenges 3 ❑ Design & Implementation of a dashboard ❑ Final performance KPIs Results 4 Machine Learning Reply | DSCAdria 23 | May 18th
  • 24. Thank you We are hiring! Send us your cv on: a.bharti@reply.de