Files
prometheus-latency-exporter/systemd/prometheus-latency-exporter.service
2023-11-09 15:56:22 +01:00

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