Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2022-05-21 16:38:53
Size: 706
Comment:
Revision 4 as of 2023-04-08 13:53:42
Size: 832
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
'''Prometheus''' is a free and open source software project centered on server monitoring and alerting. '''Prometheus''' is a server monitoring project.
Line 26: Line 26:
== Installation ==

----



== Configuration ==

----


Line 29: Line 41:

----



== See also ==

[[https://prometheus.io/docs/introduction/overview/|Prometheus Documentation]]

Prometheus

Prometheus is a server monitoring project.


Project

The Prometheus project consists of:

  • the Prometheus time series database
  • the Prometheus web scraper which aggregates metrics from targets into the database

  • the built-in web interface for querying the database
  • the HTTP API for querying the database, as used by Grafana
  • a set of exporters which expose metrics from various sources

  • the Prometheus query language, PromQL


Installation


Configuration


Usage

See PromQL for the query language.


See also

Prometheus Documentation


CategoryRicottone

Prometheus (last edited 2023-04-08 13:53:42 by DominicRicottone)