You've already forked prometheus-latency-exporter
11 lines
301 B
Desktop File
11 lines
301 B
Desktop File
[Unit]
|
|
Description=Prometheus latency exporter for services metrics
|
|
Documentation=https://git.rznet.fr/tchivert/prometheus-latency-exporter
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
ExecStart=/usr/local/bin/prometheus-latency-exporter -c /etc/prometheus/latency-exporter.yml
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|