Prometheus: Difference between revisions

From wikinotes
No edit summary
Line 9: Line 9:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Tutorials =
<blockquote>
{| class="wikitable"
|-
| FreeBSD prometheus/grafana || https://blog.andreev.it/?p=5289
|-
|}
</blockquote><!-- Tutorials -->


= Locations =
= Locations =

Revision as of 01:37, 15 February 2022

A system monitoring tool

Documentation

home https://prometheus.io/

Tutorials

FreeBSD prometheus/grafana https://blog.andreev.it/?p=5289

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