Whyeasy / prometheus-statuspage-pusher

Poll Prometheus and send results to Statuspage custom metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prometheus-statuspage-pusher

Usage

Usage of ./prometheus-statuspage-pusher:
  -c string
    	Query config file (default "queries.yaml")
  -i duration
    	Metric push interval (default 30s)
  -pu string
    	URL of Prometheus API (default "http://localhost:9091/prometheus")
  -si string
    	Statuspage page ID
  -st string
    	Statuspage Oauth token (defaults to value of STATUSPAGE_TOKEN environment variable)
  -su string
    	URL of Statuspage API (default "https://api.statuspage.io")
  -prometheusPort int
      Port to serve Prometheus metrics from (default 9095)

Config:

Syntax:

metricID: prometheus-expression

The prometheus-expression needs to return a single element vector, like:

abcdef: avg(up{job="web"})

About

Poll Prometheus and send results to Statuspage custom metrics

License:MIT License


Languages

Language:Go 77.6%Language:Makefile 20.0%Language:Dockerfile 2.4%