Prometheus: Difference between revisions

From wikinotes
(Created page with "A system monitoring tool = Documentation = <blockquote> {| class="wikitable" |- | home || https://prometheus.io/ |- |} </blockquote><!-- Documentation -->")
 
No edit summary
Line 9: Line 9:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Usage =
<blockquote>
* prometheus polls HTTP endpoints for collected metrics
* these endpoints are called '''exporters'''
* you can configure alerts when a metric fails
</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