2023-11-08 17:50:51 +01:00
2023-11-08 16:48:18 +01:00
2023-11-08 17:50:51 +01:00
2023-11-08 17:50:51 +01:00
2023-10-25 15:31:18 +02:00
2023-11-08 17:50:51 +01:00
2023-10-25 15:31:18 +02:00
2023-11-08 17:50:51 +01:00

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")

Configuration Example

services:
  - name: pytest
    host: 127.0.0.1
    port: 8000

  - name: redis-test
    host: 127.0.0.1
    port: 6379
    type: redis

  - name: mysql-test
    host: 127.0.0.1
    port: 3306
    type: mysql
    username: prometheus
    password: changeme
Description
No description provided
Readme MIT 41 KiB
v0.3 Latest
2023-11-09 10:51:43 +00:00
Languages
Go 85.8%
Makefile 8.2%
Dockerfile 6%