Prometheus Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:
* [[Prometheus#Subjects|Prometheus]]
* [[Prometheus#Subjects|Prometheus]]
=Overview=
=Overview=
Prometheus is a [[Time Series#Overview|time series]] database.
Prometheus is a [[Time Series#Overview|time series]] database plus tools to collect [[Monitoring_Concepts#Metric|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 [[#Target|targets]]. The retrieval is done by invoking HTTP into endpoints, which are defined in the configuration.
=Storage=
 
=Uses=
=Uses=
System monitoring.  
System monitoring.  
=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.

Storage

Uses

System monitoring.

Exporter