Prometheus - Rule

Scale Counter Graph

About

Logical Data Modeling - Rule in Prometheus

Prometheus uses rules to:

Configuration

Prometheus - prometheus.yml (conf)

  • evaluation_interval controls how often Prometheus will evaluate rules
global:  
  evaluation_interval: 15s 
  • rule_files block specifies the location of any rules we want the Prometheus server to load
rule_files:
  # - "first.rules"
  # - "second.rules"





Discover More
Scale Counter Graph
Prometheus - Time Serie

All data stored and manipulated are time series in Prometheus server making it a time serie database. Every time series is uniquely identified by: its metric name and optional key-value pairs called...
Scale Counter Graph
Prometheus - prometheus.yml (conf)

The configuration of prometheus is done via the prometheus.yml file in a Yaml format Global Block Controls the Prometheus server's global configuration rule_files block specifies the location...



Share this page:
Follow us:
Task Runner