Prometheus: Difference between revisions

From wikinotes
No edit summary
Line 12: Line 12:
= Usage =
= Usage =
<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'''
* you can configure alerts when a metric fails
* you can configure '''alerts''' when a metric fails
</blockquote><!-- Usage -->
</blockquote><!-- Usage -->

Revision as of 02:13, 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
  • you can configure alerts when a metric fails