Show More
@@ -194,7 +194,8 b' rc_cache.repo_object.expiration_time = 2' | |||
|
194 | 194 | ; auto-renew lock to prevent stale locks, slower but safer. Use only if problems happen |
|
195 | 195 | #rc_cache.repo_object.arguments.lock_auto_renewal = true |
|
196 | 196 | |
|
197 | ; Statsd client config | |
|
197 | ; Statsd client config, this is used to send metrics to statsd | |
|
198 | ; We recommend setting statsd_exported and scrape them using Promethues | |
|
198 | 199 | #statsd.enabled = false |
|
199 | 200 | #statsd.statsd_host = 0.0.0.0 |
|
200 | 201 | #statsd.statsd_port = 8125 |
@@ -157,7 +157,8 b' rc_cache.repo_object.expiration_time = 2' | |||
|
157 | 157 | ; auto-renew lock to prevent stale locks, slower but safer. Use only if problems happen |
|
158 | 158 | #rc_cache.repo_object.arguments.lock_auto_renewal = true |
|
159 | 159 | |
|
160 | ; Statsd client config | |
|
160 | ; Statsd client config, this is used to send metrics to statsd | |
|
161 | ; We recommend setting statsd_exported and scrape them using Promethues | |
|
161 | 162 | #statsd.enabled = false |
|
162 | 163 | #statsd.statsd_host = 0.0.0.0 |
|
163 | 164 | #statsd.statsd_port = 8125 |
General Comments 0
You need to be logged in to leave comments.
Login now