Prometheus: Difference between revisions

From wikinotes
No edit summary
No edit summary
Line 18: Line 18:
|}
|}
</blockquote><!-- Locations -->
</blockquote><!-- Locations -->
= Ports =
<blockquote>
{| class="wikitable"
|-
| <code>9090</code> || default
|-
|}
</blockquote><!-- Ports -->


= Usage =
= Usage =

Revision as of 01:28, 14 February 2022

A system monitoring tool

Documentation

home https://prometheus.io/

Locations

${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