Category: Software, Database, Docker

Prometheus is a popular software for monitoring and alerting. Written on Golang, Prometheus uses a pull model. It means that we need to provide endpoint, usually /metrics, where scrapping jobs from Prometheus can find our metrics. Cool. Let’s start.

Related Articles