monitoring with prometheus - grafana - openstack€¦ · monitoring with prometheus - grafana syah...

32
OpenStack Instance Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer [email protected]

Upload: others

Post on 15-Jun-2020

102 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

OpenStack Instance Monitoring with Prometheus - Grafana

Syah Dwi Prihatmoko - Cloud [email protected]

Page 2: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

About me

● Cloud Engineer at Btech● openSUSE Member ([email protected])● openstack-id Member● GNU/Linux Bogor Activist● Free and Open Source Software Enthusiast and Contributor

Page 3: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

WhyMonitoring?

Page 4: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Know when things go wrong

Page 5: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Alerting

Page 6: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Be able to debug and gain insight

Page 7: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

What toMonitoring?

Page 8: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

HostsCPU, Memory, I/O, Network,

Filesystem

Page 9: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

ContainersCPU, Memory, I/O, Restarts,

Throttling

Page 10: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

ApplicationsThroughput, Latency

Page 11: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Prometheus

Page 12: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 13: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Grafana

Page 14: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 15: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Step by stephttps://s.klas.or.id/moko-ioid19

Page 16: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Step by step monitoring OpenStack Instances

PrometheusInstall Prometheus server as TSDB

01<>

Page 17: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Step by step monitoring OpenStack Instances

Service DiscoveryConfigure service discovery Prometheus to automatically check OpenStack instances

PrometheusInstall Prometheus server as TSDB

01 02<>

Page 18: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 19: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Step by step monitoring OpenStack Instances

Service DiscoveryConfigure service discovery Prometheus to automatically check OpenStack instances

GrafanaInstall Grafana as dashboard to visualize metrics data

PrometheusInstall Prometheus server as TSDB

01 02

03

<>

Page 20: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Step by step monitoring OpenStack Instances

Service DiscoveryConfigure service discovery Prometheus to automatically check OpenStack instances

GrafanaInstall Grafana as dashboard to visualize metrics data

DatasourceAdd Prometheus as datasource on Grafana for source of metrics data

PrometheusInstall Prometheus server as TSDB

01 02

03 04

<>

Page 21: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 22: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Step by step monitoring OpenStack Instances

DashboardCreate Dashboard on Grafana as a visualization of metrics data on Prometheus

05

<>

Page 23: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 24: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Step by step monitoring OpenStack Instances

Node ExporterInstall Node Exporter on OpenStack instances to make instances sent metrics to Prometheus

06DashboardCreate Dashboard on Grafana as a visualization of metrics data on Prometheus

05

<>

Page 25: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 26: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 27: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Step by step monitoring OpenStack Instances

Node ExporterInstall Node Exporter on OpenStack instances to make instances sent metrics to Prometheus

VerificationCheck on Prometheus (targets) and Grafana (dashboard) to see the new instances added

06 07DashboardCreate Dashboard on Grafana as a visualization of metrics data on Prometheus

05

<>

Page 28: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 29: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 30: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech
Page 31: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

References

● https://medium.com/@pasquier.simon/monitoring-your-openstack-instances-with-prometheus-a7ff4324db6c

● https://blog.aryulianto.com/monitoring-openstack-instances-with-service-discovery-prometheus-grafana/

● https://prometheus.io/blog/2018/07/05/implementing-custom-sd/● https://grafana.com/grafana/dashboards/9276

Page 32: Monitoring with Prometheus - Grafana - OpenStack€¦ · Monitoring with Prometheus - Grafana Syah Dwi Prihatmoko - Cloud Engineer moko@btech.id. About me Cloud Engineer at Btech

Thank you!