mirror of
https://github.com/clearlinux/telemetrics-client.git
synced 2026-08-28 21:35:39 +00:00
36f4854967
The user may want to disable recycling (daemon auto exit). This can be the case if telemd daemon is not configured to respawn or if service is automatically restarted by the system after package update. This patch introduces the daemon_recycling_enabled config entry.
41 lines
764 B
Plaintext
41 lines
764 B
Plaintext
[settings]
|
|
server=http://127.0.0.1
|
|
|
|
cainfo=/tmp/cacert.crt
|
|
|
|
tidheader=X-Telemetry-TID:\s6907c830-eed9-4ce9-81ae-76daf8d88f0f
|
|
|
|
socket_path=/tmp/test_telem_socket
|
|
|
|
#record expiry time in minutes
|
|
record_expiry=1200
|
|
|
|
spool_dir=/tmp/spool
|
|
|
|
#maximum size of the spool directory in KB
|
|
spool_max_size=1024
|
|
|
|
#time in seconds for processing spool
|
|
spool_process_time=900
|
|
|
|
#rate limiting record burst limit
|
|
record_burst_limit=100
|
|
|
|
#rate limiting record window length
|
|
record_window_length = 15
|
|
|
|
#rate limiting byte burst limit
|
|
byte_burst_limit = 1000
|
|
|
|
#rate limiting byte window length
|
|
byte_window_length=20
|
|
|
|
#rate limit enabled
|
|
rate_limit_enabled=true
|
|
|
|
#rate limit strategy if record not send
|
|
rate_limit_strategy=spool
|
|
|
|
#daemon recycling enabled
|
|
daemon_recycling_enabled=true
|