July 2017
Intermediate to advanced
374 pages
8h
English
Prometheus (https://prometheus.io) is an open source monitoring solution that keeps track of your system activity metrics and alerts you instantly if there are any actions required from your side. This tool is written in Golang.
This tool is gaining popularity similar to tools such as Nagios. It collects the metrics of the server, but it also provides you with template metrics, such as http_request_duration_microseconds, based on your requirement, so that you can generate a graph out of it using UI to understand it much better and monitor it with efficiency.
To install Prometheus, follow the instructions provided on the official website (https://prometheus.io/docs/introduction/getting_started ...