allow 3 req/s to /results/
[debiancodesearch.git] / dcs-varz-to-influxdb@.service
blobdfdd8de412f02a450dd4f18ddfe0549590da32e6
1 [Unit]
2 Description=Scrapes /varz and puts the timeseries into InfluxDB
4 [Service]
5 ExecStart=/usr/bin/dcs-varz-to-influxdb -target_url=%I
6 # To absorb network errors and other transient failures.
7 Restart=always
8 # Allow infinite restarts, even within a short time.
9 StartLimitInterval=0
11 [Install]
12 WantedBy=multi-user.target