Setup Prometheus and Grafana On Kubernetes And Make Persistent Using ConfigMap
Hola everyone,
Today, I would like to show you some great monitoring tools Prometheus and Grafana. As when I talk about the DevOps world these two tools are very important for that because monitoring is also important for the DevOps world. Monitoring helps us to see the faults, time latencies, Centralised control, Data visualisation and many more…
Before, I give you today’s agenda. I want to tell you something about Prometheus and Grafana.
So, What is Prometheus?
Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud. Since its inception in 2012, many companies and organizations have adopted Prometheus, and the project has a very active developer and user community. It is now a standalone open source project and maintained independently of any company. Prometheus collects metrics from monitored targets by scraping metrics HTTP endpoints on these targets. For more info you can click here.