Prometheus: Difference between revisions

From wikinotes
No edit summary
Line 30: Line 30:
</blockquote><!-- Ports -->
</blockquote><!-- Ports -->


= Usage =
= Overview =
<blockquote>
<blockquote>
* '''prometheus''' polls HTTP endpoints for collected metrics
* '''prometheus''' polls HTTP endpoints for collected metrics
* these endpoints are called '''exporters''', and they are generated/exposed using '''clients'''
* these endpoints are called '''exporters''', and they are generated/exposed using '''clients'''
* you can configure '''alerts''' when a metric fails
* you can configure '''alerts''' when a metric fails
</blockquote><!-- Usage -->
</blockquote><!-- Overview -->
 
= Notes =
<blockquote>
{| class="wikitable"
|-
| [[prometheus install]]
|-
| [[prometheus configuration]]
|-
| [[prometheus exporters]]
|-
|}
</blockquote><!-- Notes -->

Revision as of 01:35, 15 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

Overview

  • 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

Notes

prometheus install
prometheus configuration
prometheus exporters