Skip to content

Prometheus

Systems monitoring and alerting toolkit

Terminology

  • metric name - The name of the metric, for example http_requests_total
  • labels - optional set of key/value pairs that are associated with a metric, for example method="GET"
<metric name>{<label name>=<label value>, ...}

Example PromQL queries

Resources


Last update: August 5, 2023
Created: May 27, 2023