Prometheus: Difference between revisions

From wikinotes
Line 13: Line 13:
<blockquote>
<blockquote>
* '''prometheus''' polls HTTP endpoints for collected metrics
* '''prometheus''' polls HTTP endpoints for collected metrics
* these endpoints are called '''exporters'''
* 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><!-- Usage -->

Revision as of 02:25, 10 February 2022

A system monitoring tool

Documentation

home https://prometheus.io/

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