package
0.0.0-20210408060713-faff5647f027
Repository: https://github.com/thertype/prom-rule.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Rule Engine

English | 中文
The core of rule engine is based on prometheus modules , from which we separate the computing module and encapsulate it into a separate service.

Functions

  1. Request rule from the URL.Dynamically load rules and periodically reload them.
  2. Read the data and calculate according the rules through the Prometheus's QueryAPI interface.
  3. Send the alerts according to the NotifyURL.

Deployment

docker

docker run <image> --gateway.url=http://alert-gateway:port