Files
2023-10-25 15:31:18 +02:00

503 B

Prometheus Latency Exporter

Build

Requirements:

  • git
  • go
  • make
git clone https://git.rznet.fr/tchivert/prometheus-latency-exporter.git
cd prometheus-latency-exporter
make

Usage:

latency-exporter --help
Usage of latency-exporter:
  -a string
    	address to use (default "0.0.0.0")
  -c string
    	configuration file to use (default "config.yml")
  -i int
    	time interval in seconds between two checks (default 30)
  -p string
    	port to run on (default "9062")