Prometheus: Difference between revisions

From wikinotes
No edit summary
Line 13: Line 13:
<blockquote>
<blockquote>
{| class="wikitable"
{| class="wikitable"
|-
| <code>http://${IP_ADDR}:9090</code> || web-ui
|-
|-
| <code>${PREFIX}/etc/prometheus.yml</code> || main configuration
| <code>${PREFIX}/etc/prometheus.yml</code> || main configuration

Revision as of 01:31, 14 February 2022

A system monitoring tool

Documentation

home https://prometheus.io/

Locations

http://${IP_ADDR}:9090 web-ui
${PREFIX}/etc/prometheus.yml main configuration

Ports

9090 default

Usage

  • prometheus polls HTTP endpoints for collected metrics
  • these endpoints are called exporters, and they are generated/exposed using clients
  • you can configure alerts when a metric fails