SlideShare ist ein Scribd-Unternehmen logo
1 von 109
Downloaden Sie, um offline zu lesen
© 2017 Percona1
Roma Novikov
Prometheus + Grafana based Monitoring
Director of Platform Engineering
BAQ CONFERENCE 2019
24 March, 2019
© 2017 Percona2
About me
Roma Novikov
▪Percona - Director of Platform Engineering (2+ years)
▪Since 2001: Web developer -> Lead/Architect -> Manager -> CTO
▪Interests
• web, highload, monitoring and observability.
© 2017 Percona3
Agenda
© 2017 Percona4
Agenda
▪Why do you need Monitoring
© 2017 Percona5
Agenda
▪Why do you need Monitoring
© 2017 Percona6
Agenda
▪Why do you need Monitoring
▪ Tools
© 2017 Percona7
Agenda
▪Why do you need Monitoring
▪ Tools
▪Methods
© 2017 Percona8
Agenda
▪Why do you need Monitoring
▪ Tools
▪Methods
▪Prometheus + Grafana
© 2017 Percona9
Agenda
▪Why do you need Monitoring
▪ Tools
▪Methods
▪Prometheus + Grafana
▪Percona’s solution
© 2017 Percona10
Monitoring
© 2017 Percona11
Why do you need The Monitoring?
© 2017 Percona12
Why do you need The Monitoring?
Before: Get to know stakeholders and their needs
© 2017 Percona13
Performance Stakeholders
© 2017 Percona14
Performance Stakeholders
▪Internal
© 2017 Percona15
Performance Stakeholders
▪Internal
• DEV
© 2017 Percona16
Performance Stakeholders
▪Internal
• DEV
• QA
© 2017 Percona17
Performance Stakeholders
▪Internal
• DEV
• QA
• OPS
© 2017 Percona18
Performance Stakeholders
▪Internal
• DEV
• QA
• OPS
▪External
© 2017 Percona19
Performance Stakeholders
▪Internal
• DEV
• QA
• OPS
▪External
• Managers
© 2017 Percona20
Performance Stakeholders
▪Internal
• DEV
• QA
• OPS
▪External
• Managers
• C-Level
© 2017 Percona21
Monitoring tools
© 2017 Percona22
Monitoring tools
© 2017 Percona23
Monitoring tools
● top
© 2017 Percona24
Monitoring tools
● top
● ps aux
© 2017 Percona25
Monitoring tools
● top
● ps aux
● SHOW PROCESSLIST
© 2017 Percona26
Monitoring tools
● top
● ps aux
● SHOW PROCESSLIST
● Why I need something new?
© 2017 Percona27
Monitoring tools
● top
● ps aux
● SHOW PROCESSLIST
● Why I need something new?
● Is everything “нормально/fine”
© 2017 Percona28
Monitoring tools
● top
● ps aux
● SHOW PROCESSLIST
● Why I need something new?
● Is everything “нормально/fine”
© 2017 Percona29
Monitoring tools
● top
● ps aux
● SHOW PROCESSLIST
● Why I need something new?
● Is everything “нормально/fine”
● What about data from “yesterday”?
© 2017 Percona30
Monitoring tools
● top
● ps aux
● SHOW PROCESSLIST
● Why I need something new?
● Is everything “нормально/fine”
● What about data from “yesterday”?
● What's going on now with another part of the system? How it's
affected?
© 2017 Percona31
Methods to use
© 2017 Percona32
Methods to use - U.S.E.?
USE
▪ For every resource, check utilization, saturation, and errors.
• utilization: the average time that the resource was busy servicing work
• saturation: the degree to which the resource has extra work which it can't service,
often queued
• errors: the count of error events
Brendan D. Gregg : http://www.brendangregg.com/usemethod.html
© 2017 Percona33
What to use - R.E.D.?
RED
▪ The RED Method defines the three key metrics you should measure for every
microservice in your architecture. Those metrics are:
• (Request) Rate - the number of requests, per second, you services are serving.
• (Request) Errors - the number of failed requests per second.
• (Request) Duration - distributions of the amount of time each request takes.
Tom Wilkie https://www.weave.works/blog/the-red-method-key-metrics-for-microservices-architecture/
© 2017 Percona34
Where to apply?
© 2017 Percona35
Where to apply?
● U.S.E. - Resource (OS, DB … )
© 2017 Percona36
Where to apply?
● U.S.E. - Resource (OS, DB … )
● R.E.D. - Application / Service
© 2017 Percona37
What should I use?
© 2017 Percona38
What/Why should I use? - Commercial
● “embedded” From your provider
○ AWS
○ DigitalOcean monitoring
○ ...
© 2017 Percona39
What/Why should I use? - Commercial
● “embedded” From your provider
○ AWS
○ DigitalOcean monitoring
○ ...
● Limitations
○ features
○ coverage
© 2017 Percona40
What/Why should I use? - Commercial
● SAAS
○ VividCortex
○ DataDog
○ NewRelic
○ ….
© 2017 Percona41
What/Why should I use? - Commercial
● SAAS
○ VividCortex
○ DataDog
○ NewRelic
○ ….
● Limitations
○ $
○ you send data outside your network
© 2017 Percona42
What/Why should I use? - Open Source
● OpenSource
○ Zabbix
○ Cacti
○ Nagios
○ ...
© 2017 Percona43
What/Why should I use? - Open Source
● OpenSource
○ Zabbix
○ Cacti
○ Nagios
○ ...
● Limitations
○ Open Source VS Free
○ Visualization
© 2017 Percona44
Information System architecture
© 2017 Percona45
Information System architecture
● (Old style VS Modern )* Hybrid Cloud
© 2017 Percona46
Information System architecture
● (Old style VS Modern )* Hybrid Cloud
© 2017 Percona47
What/Why should I use? - Cloud Native
● Prometheus
● Grafana*
© 2017 Percona48
Prometheus
© 2017 Percona49
Prometheus - Architecture
© 2017 Percona50
Prometheus - Architecture
© 2017 Percona51
Prometheus - Advantages
© 2017 Percona52
Prometheus - Advantages
● Multi-dimensional data model
© 2017 Percona53
Prometheus - Advantages
● Multi-dimensional data model
○ Stores everything
© 2017 Percona54
Prometheus - Advantages
● Multi-dimensional data model
○ Stores everything
○ Good compression
© 2017 Percona55
Prometheus - Advantages
● Multi-dimensional data model
○ Stores everything
○ Good compression
● PromQL
© 2017 Percona56
Prometheus - Advantages
● Multi-dimensional data model
○ Stores everything
○ Good compression
● PromQL
● Single Server Node
© 2017 Percona57
Prometheus - Advantages
● Multi-dimensional data model
○ Stores everything
○ Good compression
● PromQL
● Single Server Node
● Collection via pull over HTTP
© 2017 Percona58
Prometheus - Advantages
● Multi-dimensional data model
○ Stores everything
○ Good compression
● PromQL
● Single Server Node
● Collection via pull over HTTP
● Simple targets discovery (or static configuration)
© 2017 Percona59
Prometheus - Exporter
© 2017 Percona60
Prometheus - Exporter
© 2017 Percona61
Prometheus - Exporter
EXPORTER
© 2017 Percona62
Prometheus - Exporter
EXPORTER
© 2017 Percona63
Prometheus - Exporter
© 2017 Percona64
Prometheus - Exporter
● Usage
○ 150 + exporters mentioned on the website
○ reality - much more
© 2017 Percona65
Prometheus - Exporter
● Usage
○ 150 + exporters mentioned on the website
○ reality - much more
● How to Extend?
○ just include instrumentation lib into your project
■ Go
■ Java or Scala
■ Python
■ Ruby…..
© 2017 Percona66
Prometheus - Exposition Format
© 2017 Percona67
Prometheus - Exposition Format
● Exporter format
○ Simple
○ Text-based
© 2017 Percona68
Prometheus - Exposition Format
● Exporter format
○ Simple
○ Text-based
● Example : http://localhost:port/metrics
○ # HELP http_requests_total The total number of HTTP requests.
# TYPE http_requests_total counter
http_requests_total{method="post",code="200"} 1027 1395066363000
http_requests_total{method="post",code="400"} 3 1395066363000
© 2017 Percona69
Grafana
© 2017 Percona70
Grafana
● The analytics platform for all your metrics
○ Grafana allows you to query, visualize, alert on and understand your
metrics no matter where they are stored. Create, explore, and share
dashboards with your team and foster a data driven culture.
https://grafana.com/grafana
© 2017 Percona71
Grafana - Advantages
© 2017 Percona72
Grafana - Advantages
● 30+ Data Sources
© 2017 Percona73
Grafana - Advantages
● 30+ Data Sources
● 50+ Panel Types
© 2017 Percona74
Grafana - Advantages
● 30+ Data Sources
● 50+ Panel Types
● XXX Dashboards to use
© 2017 Percona75
Grafana - Advantages
● 30+ Data Sources
● 50+ Panel Types
● XXX Dashboards to use
● DIY Dashboards
© 2017 Percona76
Grafana - Advantages
● 30+ Data Sources
● 50+ Panel Types
● XXX Dashboards to use
● DIY Dashboards
● Alerts / Notifications
© 2017 Percona77
Grafana - Advantages
● 30+ Data Sources
● 50+ Panel Types
● XXX Dashboards to use
● DIY Dashboards
● Alerts / Notifications
● Annotations
© 2017 Percona78
Grafana - Advantages
● 30+ Data Sources
● 50+ Panel Types
● XXX Dashboards to use
● DIY Dashboards
● Alerts / Notifications
● Annotations
● You can show it to Manager. There is no shame
© 2017 Percona79
Prometheus + Grafana
© 2017 Percona80
Make them work together - Default
© 2017 Percona81
Make them work together - Default
1. Start Exporter
2. Configure Exporter
3. Start Prometheus
4. Configure Prometheus
5. Edit config and Add Exporter details
6. Reload Prometheus Config
7. Start Grafana
8. Set up Grafana and Data source
9. Create Dashboard
© 2017 Percona82
Make them work together - simplified
© 2017 Percona83
Make them work together - simplified
1. install PMM Client
2. Install PMM Server (docker)
3. pmm-admin add mysql <MYSQL_PARETERS>
4. Done
© 2017 Percona84
Percona Monitoring and Management
© 2017 Percona85
About Percona
Unbiased Open Source Database Experts
© 2017 Percona86
What is PMM and Why it was created
© 2017 Percona87
What is PMM and Why it was created
▪Our own
© 2017 Percona88
What is PMM and Why it was created
▪Our own
▪On premise / host your own
© 2017 Percona89
What is PMM and Why it was created
▪Our own
▪On premise / host your own
▪Free and Open source
© 2017 Percona90
Architecture
© 2017 Percona91
Architecture
Main Components
● Prometheus
● Grafana
● Percona Dashboards
● Consul
● Query Analytics
● CLI tool
● prometheus exporters
© 2017 Percona92
© 2017 Percona93
PMM Dashboards
© 2017 Percona94
PMM Dashboards
● 40+ Dashboards (DB and Host metrics)
● Created and used by Percona’s Experts
© 2017 Percona95
Technical details
© 2017 Percona96
Technical details
Distribution methods
• Docker (server)
• AMI (server)
• OVA (server)
• Linux packages (client)
© 2017 Percona97
Technical details
Distribution methods
• Docker (server)
• AMI (server)
• OVA (server)
• Linux packages (client)
What is supported
▪MySQL Databases (MySQL, MariaDB, Percona Server, AWS/Aurora)
▪NoSQL Databases(MongoDB, Percona Server for MongoDB)
▪OS (Linux,..)
© 2017 Percona98
Product Demo
https://pmmdemo.percona.com
© 2017 Percona99
Crosserver
© 2017 Percona100
System Overview
© 2017 Percona101
MySQL Overview
© 2017 Percona102
MySQL Overview VS Query Analytics
© 2017 Percona103
How to Extend?
© 2017 Percona104
How to Extend?
© 2017 Percona105
How to Extend?
● Create your Dashboards
© 2017 Percona106
How to Extend?
● Create your Dashboards
● Add existed exporters or write your own
○ Add them as External exporter with one simple command
○ pmm-admin add external:service job_name [instance]
--service-port=PORT_NUMBER
© 2017 Percona107
Join Us
● DevOps/QA Engineer
● Database QA Engineer
● Golang and K8s SE
● Junior MySQL DBA
// All Remote
© 2017 Percona108
Thanks!
QA
DATABASE PERFORMANCE
MATTERS
Database Performance MattersDatabase Performance MattersDatabase Performance MattersDatabase Performance MattersDatabase Performance Matters

Weitere ähnliche Inhalte

Was ist angesagt?

Monitoring_with_Prometheus_Grafana_Tutorial
Monitoring_with_Prometheus_Grafana_TutorialMonitoring_with_Prometheus_Grafana_Tutorial
Monitoring_with_Prometheus_Grafana_Tutorial
Tim Vaillancourt
 

Was ist angesagt? (20)

Prometheus grafana workshop
Prometheus grafana workshopPrometheus grafana workshop
Prometheus grafana workshop
 
How to monitor your micro-service with Prometheus?
How to monitor your micro-service with Prometheus?How to monitor your micro-service with Prometheus?
How to monitor your micro-service with Prometheus?
 
Monitoring with prometheus
Monitoring with prometheusMonitoring with prometheus
Monitoring with prometheus
 
OSMC 2017 | Monitoring MySQL with Prometheus and Grafana by Julien Pivotto
OSMC 2017 | Monitoring  MySQL with Prometheus and Grafana by Julien PivottoOSMC 2017 | Monitoring  MySQL with Prometheus and Grafana by Julien Pivotto
OSMC 2017 | Monitoring MySQL with Prometheus and Grafana by Julien Pivotto
 
Monitoring_with_Prometheus_Grafana_Tutorial
Monitoring_with_Prometheus_Grafana_TutorialMonitoring_with_Prometheus_Grafana_Tutorial
Monitoring_with_Prometheus_Grafana_Tutorial
 
Automated monitoring using grafana - DevOpsBKK 2018
Automated monitoring using grafana  - DevOpsBKK 2018Automated monitoring using grafana  - DevOpsBKK 2018
Automated monitoring using grafana - DevOpsBKK 2018
 
Prometheus + Grafana = Awesome Monitoring
Prometheus + Grafana = Awesome MonitoringPrometheus + Grafana = Awesome Monitoring
Prometheus + Grafana = Awesome Monitoring
 
Prometheus with Grafana - AddWeb Solution
Prometheus with Grafana - AddWeb SolutionPrometheus with Grafana - AddWeb Solution
Prometheus with Grafana - AddWeb Solution
 
Monitoring Kubernetes with Prometheus
Monitoring Kubernetes with PrometheusMonitoring Kubernetes with Prometheus
Monitoring Kubernetes with Prometheus
 
Introduction to Prometheus
Introduction to PrometheusIntroduction to Prometheus
Introduction to Prometheus
 
Monitoring Cloud Native Applications with Prometheus
Monitoring Cloud Native Applications with PrometheusMonitoring Cloud Native Applications with Prometheus
Monitoring Cloud Native Applications with Prometheus
 
Hands-on monitoring with Prometheus
Hands-on monitoring with PrometheusHands-on monitoring with Prometheus
Hands-on monitoring with Prometheus
 
Monitoring Kafka w/ Prometheus
Monitoring Kafka w/ PrometheusMonitoring Kafka w/ Prometheus
Monitoring Kafka w/ Prometheus
 
Mixing Metrics and Logs with Grafana + Influx by David Kaltschmidt, Director ...
Mixing Metrics and Logs with Grafana + Influx by David Kaltschmidt, Director ...Mixing Metrics and Logs with Grafana + Influx by David Kaltschmidt, Director ...
Mixing Metrics and Logs with Grafana + Influx by David Kaltschmidt, Director ...
 
Kafka monitoring and metrics
Kafka monitoring and metricsKafka monitoring and metrics
Kafka monitoring and metrics
 
Monitoring MySQL Replication lag with Prometheus & pt-heartbeat
Monitoring MySQL Replication lag with Prometheus & pt-heartbeatMonitoring MySQL Replication lag with Prometheus & pt-heartbeat
Monitoring MySQL Replication lag with Prometheus & pt-heartbeat
 
PGConf APAC 2018 - Patroni: Kubernetes-native PostgreSQL companion
PGConf APAC 2018 - Patroni: Kubernetes-native PostgreSQL companionPGConf APAC 2018 - Patroni: Kubernetes-native PostgreSQL companion
PGConf APAC 2018 - Patroni: Kubernetes-native PostgreSQL companion
 
Monitoring Kubernetes with Prometheus (Kubernetes Ireland, 2016)
Monitoring Kubernetes with Prometheus (Kubernetes Ireland, 2016)Monitoring Kubernetes with Prometheus (Kubernetes Ireland, 2016)
Monitoring Kubernetes with Prometheus (Kubernetes Ireland, 2016)
 
Prometheus (Microsoft, 2016)
Prometheus (Microsoft, 2016)Prometheus (Microsoft, 2016)
Prometheus (Microsoft, 2016)
 
PGConf APAC 2018 - Managing replication clusters with repmgr, Barman and PgBo...
PGConf APAC 2018 - Managing replication clusters with repmgr, Barman and PgBo...PGConf APAC 2018 - Managing replication clusters with repmgr, Barman and PgBo...
PGConf APAC 2018 - Managing replication clusters with repmgr, Barman and PgBo...
 

Ähnlich wie ROMA NOVIKOV, BAQ, "Prometheus + grafana based monitoring"

graymatter-pentaho-consulting-services-.pdf
graymatter-pentaho-consulting-services-.pdfgraymatter-pentaho-consulting-services-.pdf
graymatter-pentaho-consulting-services-.pdf
GrayMatter Software Services
 
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDBWebinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Severalnines
 
Webinar slides: DevOps Tutorial: how to automate your database infrastructure
Webinar slides: DevOps Tutorial: how to automate your database infrastructureWebinar slides: DevOps Tutorial: how to automate your database infrastructure
Webinar slides: DevOps Tutorial: how to automate your database infrastructure
Severalnines
 
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
DataWorks Summit
 

Ähnlich wie ROMA NOVIKOV, BAQ, "Prometheus + grafana based monitoring" (20)

Роман Новиков "Best Practices for MySQL Performance & Troubleshooting with th...
Роман Новиков "Best Practices for MySQL Performance & Troubleshooting with th...Роман Новиков "Best Practices for MySQL Performance & Troubleshooting with th...
Роман Новиков "Best Practices for MySQL Performance & Troubleshooting with th...
 
[db tech showcase OSS 2017] A11: How Percona is Different, and How We Support...
[db tech showcase OSS 2017] A11: How Percona is Different, and How We Support...[db tech showcase OSS 2017] A11: How Percona is Different, and How We Support...
[db tech showcase OSS 2017] A11: How Percona is Different, and How We Support...
 
graymatter-pentaho-consulting-services-.pdf
graymatter-pentaho-consulting-services-.pdfgraymatter-pentaho-consulting-services-.pdf
graymatter-pentaho-consulting-services-.pdf
 
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDBWebinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
Webinar slides: How to automate and manage MongoDB & Percona Server for MongoDB
 
Ridwan Fadjar Septian PyCon ID 2021 Regular Talk - django application monitor...
Ridwan Fadjar Septian PyCon ID 2021 Regular Talk - django application monitor...Ridwan Fadjar Septian PyCon ID 2021 Regular Talk - django application monitor...
Ridwan Fadjar Septian PyCon ID 2021 Regular Talk - django application monitor...
 
Webinar 2017. Supercharge your analytics with ClickHouse. Vadim Tkachenko
Webinar 2017. Supercharge your analytics with ClickHouse. Vadim TkachenkoWebinar 2017. Supercharge your analytics with ClickHouse. Vadim Tkachenko
Webinar 2017. Supercharge your analytics with ClickHouse. Vadim Tkachenko
 
Bridging Your Business Across the Enterprise and Cloud with MongoDB and NetApp
Bridging Your Business Across the Enterprise and Cloud with MongoDB and NetAppBridging Your Business Across the Enterprise and Cloud with MongoDB and NetApp
Bridging Your Business Across the Enterprise and Cloud with MongoDB and NetApp
 
Webinar slides: DevOps Tutorial: how to automate your database infrastructure
Webinar slides: DevOps Tutorial: how to automate your database infrastructureWebinar slides: DevOps Tutorial: how to automate your database infrastructure
Webinar slides: DevOps Tutorial: how to automate your database infrastructure
 
More tips and tricks for running containers like a pro - Rancher Online MEetu...
More tips and tricks for running containers like a pro - Rancher Online MEetu...More tips and tricks for running containers like a pro - Rancher Online MEetu...
More tips and tricks for running containers like a pro - Rancher Online MEetu...
 
[SiriusCon 2018] Sirius Roadmap
[SiriusCon 2018] Sirius Roadmap[SiriusCon 2018] Sirius Roadmap
[SiriusCon 2018] Sirius Roadmap
 
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
How to Use Innovative Data Handling and Processing Techniques to Drive Alpha ...
 
Implement DevOps Like a Unicorn—Even If You’re Not One
Implement DevOps Like a Unicorn—Even If You’re Not OneImplement DevOps Like a Unicorn—Even If You’re Not One
Implement DevOps Like a Unicorn—Even If You’re Not One
 
Drupal 9 and Backwards Compatibility: Why now is the time to upgrade to Drupal 8
Drupal 9 and Backwards Compatibility: Why now is the time to upgrade to Drupal 8Drupal 9 and Backwards Compatibility: Why now is the time to upgrade to Drupal 8
Drupal 9 and Backwards Compatibility: Why now is the time to upgrade to Drupal 8
 
Designing for operability and managability
Designing for operability and managabilityDesigning for operability and managability
Designing for operability and managability
 
Why Open Source Works for DevOps Monitoring
Why Open Source Works for DevOps MonitoringWhy Open Source Works for DevOps Monitoring
Why Open Source Works for DevOps Monitoring
 
The current state of SAP Integration, SAPPHIRENOW 2018
The current state of SAP Integration, SAPPHIRENOW 2018The current state of SAP Integration, SAPPHIRENOW 2018
The current state of SAP Integration, SAPPHIRENOW 2018
 
Deploy prometheus on kubernetes
Deploy prometheus on kubernetesDeploy prometheus on kubernetes
Deploy prometheus on kubernetes
 
Cloud Foundry Summit 2017
Cloud Foundry Summit 2017Cloud Foundry Summit 2017
Cloud Foundry Summit 2017
 
Machine Data 101
Machine Data 101Machine Data 101
Machine Data 101
 
DevOps@Scale- IBM Cloud and NetAp-Insight-Berlin
DevOps@Scale- IBM Cloud and NetAp-Insight-BerlinDevOps@Scale- IBM Cloud and NetAp-Insight-Berlin
DevOps@Scale- IBM Cloud and NetAp-Insight-Berlin
 

Mehr von Dakiry

Mehr von Dakiry (20)

НАРЦИСИЗМ ЯК ПАСИВНЕ КУРІННЯ
НАРЦИСИЗМ ЯК ПАСИВНЕ КУРІННЯНАРЦИСИЗМ ЯК ПАСИВНЕ КУРІННЯ
НАРЦИСИЗМ ЯК ПАСИВНЕ КУРІННЯ
 
МАНІПУЛЯЦІЇ: ХТО КОГО І ДЛЯ ЧОГО? - Інна Тіторенко
МАНІПУЛЯЦІЇ: ХТО КОГО І ДЛЯ ЧОГО? - Інна ТіторенкоМАНІПУЛЯЦІЇ: ХТО КОГО І ДЛЯ ЧОГО? - Інна Тіторенко
МАНІПУЛЯЦІЇ: ХТО КОГО І ДЛЯ ЧОГО? - Інна Тіторенко
 
How to run a discovery workshop
How to run a discovery workshopHow to run a discovery workshop
How to run a discovery workshop
 
З понеділка йду на новий проект. The tester’s version - Олександра Зубаль
З понеділка йду на новий проект. The tester’s version - Олександра ЗубальЗ понеділка йду на новий проект. The tester’s version - Олександра Зубаль
З понеділка йду на новий проект. The tester’s version - Олександра Зубаль
 
Робота з текстом: від чернетки до опублікування
Робота з текстом: від чернетки до опублікуванняРобота з текстом: від чернетки до опублікування
Робота з текстом: від чернетки до опублікування
 
Контентна стратегія в ІТ: від статті до першого ліда
Контентна стратегія в ІТ: від статті до першого лідаКонтентна стратегія в ІТ: від статті до першого ліда
Контентна стратегія в ІТ: від статті до першого ліда
 
Oleh Shpyrna "Security Testing Basics: Check your Webapp for gaps before l_unch"
Oleh Shpyrna "Security Testing Basics: Check your Webapp for gaps before l_unch"Oleh Shpyrna "Security Testing Basics: Check your Webapp for gaps before l_unch"
Oleh Shpyrna "Security Testing Basics: Check your Webapp for gaps before l_unch"
 
Stepan Shykerynets "Power of QA (A Journey: From Hell to Heaven. Story of gr...
Stepan Shykerynets "Power of QA (A Journey: From Hell to Heaven.  Story of gr...Stepan Shykerynets "Power of QA (A Journey: From Hell to Heaven.  Story of gr...
Stepan Shykerynets "Power of QA (A Journey: From Hell to Heaven. Story of gr...
 
Микола Солопій "Selenium рулить, однак..."
Микола Солопій "Selenium рулить, однак..."Микола Солопій "Selenium рулить, однак..."
Микола Солопій "Selenium рулить, однак..."
 
Oleksandra Zubal "Project starters: test automation view"
Oleksandra Zubal "Project starters: test automation view"Oleksandra Zubal "Project starters: test automation view"
Oleksandra Zubal "Project starters: test automation view"
 
Vladyslav Romanchenko "How to keep high code quality without e2e tests"
Vladyslav Romanchenko "How to keep high code quality without e2e tests"Vladyslav Romanchenko "How to keep high code quality without e2e tests"
Vladyslav Romanchenko "How to keep high code quality without e2e tests"
 
Діана Пінчук "Як відрізнити авторизацію від аутентифікації та перестати бояти...
Діана Пінчук "Як відрізнити авторизацію від аутентифікації та перестати бояти...Діана Пінчук "Як відрізнити авторизацію від аутентифікації та перестати бояти...
Діана Пінчук "Як відрізнити авторизацію від аутентифікації та перестати бояти...
 
Yuriy Malyi "E2E testing organization in multi-system projects"
Yuriy Malyi "E2E testing organization in multi-system projects"Yuriy Malyi "E2E testing organization in multi-system projects"
Yuriy Malyi "E2E testing organization in multi-system projects"
 
Petro Tarasenko "You've become a TL. What's next?"
 Petro Tarasenko "You've become a TL. What's next?" Petro Tarasenko "You've become a TL. What's next?"
Petro Tarasenko "You've become a TL. What's next?"
 
Roman Yakymchuk "Дослідницьке тестування. Перезапуск"
Roman Yakymchuk "Дослідницьке тестування. Перезапуск"Roman Yakymchuk "Дослідницьке тестування. Перезапуск"
Roman Yakymchuk "Дослідницьке тестування. Перезапуск"
 
Maryna Shulga "Mission Impossible. Впровадити тест процеси, якщо ніхто цього ...
Maryna Shulga "Mission Impossible. Впровадити тест процеси, якщо ніхто цього ...Maryna Shulga "Mission Impossible. Впровадити тест процеси, якщо ніхто цього ...
Maryna Shulga "Mission Impossible. Впровадити тест процеси, якщо ніхто цього ...
 
Олексій Брошков "Мистецтво Дослідницького Тестування"
Олексій Брошков "Мистецтво Дослідницького Тестування"Олексій Брошков "Мистецтво Дослідницького Тестування"
Олексій Брошков "Мистецтво Дослідницького Тестування"
 
Альона Тудан " Життя QA в ажурі"
Альона Тудан " Життя QA в ажурі"Альона Тудан " Життя QA в ажурі"
Альона Тудан " Життя QA в ажурі"
 
Андрій Степура "Тренди в публічних виступах"
Андрій Степура "Тренди в публічних виступах"Андрій Степура "Тренди в публічних виступах"
Андрій Степура "Тренди в публічних виступах"
 
Зоряна Борбулевич "Підхід, який трансформував компанію Microsoft: ННК і його...
Зоряна Борбулевич "Підхід, який трансформував компанію Microsoft:  ННК і його...Зоряна Борбулевич "Підхід, який трансформував компанію Microsoft:  ННК і його...
Зоряна Борбулевич "Підхід, який трансформував компанію Microsoft: ННК і його...
 

Kürzlich hochgeladen

Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
dlhescort
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
amitlee9823
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Sheetaleventcompany
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
amitlee9823
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
lizamodels9
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
lizamodels9
 

Kürzlich hochgeladen (20)

Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLBAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
BAGALUR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
 
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
Chandigarh Escorts Service 📞8868886958📞 Just📲 Call Nihal Chandigarh Call Girl...
 
Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1Katrina Personal Brand Project and portfolio 1
Katrina Personal Brand Project and portfolio 1
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
Call Girls From Pari Chowk Greater Noida ❤️8448577510 ⊹Best Escorts Service I...
 
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
(Anamika) VIP Call Girls Napur Call Now 8617697112 Napur Escorts 24x7
 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
Enhancing and Restoring Safety & Quality Cultures - Dave Litwiller - May 2024...
 

ROMA NOVIKOV, BAQ, "Prometheus + grafana based monitoring"