Promotheus

About

Prometheus is a metrics monitoring system developed in Go.

The architecture of a Prometheus System is:

Prometheus is an open source monitoring system developed by engineers at SoundCloud in 2012. In 2016, Prometheus was the second project accepted into the Cloud Native Computing Foundation after Kubernetes, and also to the second to graduate in 2018.

The Prometheus monitoring system includes a rich, multidimensional data model, a concise and powerful query language called PromQL, an efficient embedded timeseries database, and over 150 integrations with third-party systems.

OS Metrics

Linux - Node Exporter

Prometheus - Node Exporter (Linux/Mac)

Windows - Wmi Exporter

Prometheus exporter for Windows machines using WMI

https://github.com/martinlindhe/wmi_exporter

PromQL

Task Runner