One day I got a call from one of my friend and he said to me that he is facing difficulties while setting up AlertManager with Prometheus. Then, I observed that most of the people face such issues while establishing a connection between AlertManager and receiver such as E-mail, Slack etc.From there, I got motivation for …
Tag Archives: Prometheus
Setting up MySQL Monitoring with Prometheus
One thing that I love about Prometheus is that it has a multitude of Integration with different services, both officially supported and the third party supported.Let’s see how can we monitor MySQL with Prometheus. Those who are the starter or new to Prometheus can refer to our this blog. MySQL is a popular opensource relational database …
Continue reading “Setting up MySQL Monitoring with Prometheus”
Prometheus Overview and Setup
Overview Prometheus is an opensource monitoring solution that gathers time series based numerical data. It is a project which was started by Google’s ex-employees at SoundCloud. To monitor your services and infra with Prometheus your service needs to expose an endpoint in the form of port or URL. For example:- {{localhost:9090}}. The endpoint is an HTTP …