Category: Software, Data, Cloud, Kubernetes, artificial-intelligence

by Prometheus is one of many open-source projects managed by the Cloud Native Computing Foundation (CNCF). It is monitoring software that integrates with a wide range of systems natively or through the use of plugins.

Prometheus can scrape metrics from jobs directly or, for short-lived jobs by using a push gateway when the job exits.

With an available endpoint, Prometheus can scrape numerical data and store it as a time series in a local time-series database.

Related Articles