Prometheus Concepts: Difference between revisions
Jump to navigation
Jump to search
(→Uses) |
|||
Line 9: | Line 9: | ||
=Storage= | =Storage= | ||
=Exporter= | =Exporter= |
Revision as of 17:54, 14 October 2020
Internal
Overview
Prometheus is a time series database plus tools to collect metrics to be stored in the database.
Target
Prometheus will monitor targets. A target can be a server, database, virtual machine, etc.
Pull vs. Push
Prometheus will pull metrics, by scraping the targets. The retrieval is done by invoking HTTP into endpoints, which are defined in the configuration.