##// END OF EJS Templates
config: expose statsd config variable
super-admin -
r1006:ff9ef25e default
parent child Browse files
Show More
@@ -194,7 +194,8 b' rc_cache.repo_object.expiration_time = 2'
194 ; auto-renew lock to prevent stale locks, slower but safer. Use only if problems happen
194 ; auto-renew lock to prevent stale locks, slower but safer. Use only if problems happen
195 #rc_cache.repo_object.arguments.lock_auto_renewal = true
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 #statsd.enabled = false
199 #statsd.enabled = false
199 #statsd.statsd_host = 0.0.0.0
200 #statsd.statsd_host = 0.0.0.0
200 #statsd.statsd_port = 8125
201 #statsd.statsd_port = 8125
@@ -157,7 +157,8 b' rc_cache.repo_object.expiration_time = 2'
157 ; auto-renew lock to prevent stale locks, slower but safer. Use only if problems happen
157 ; auto-renew lock to prevent stale locks, slower but safer. Use only if problems happen
158 #rc_cache.repo_object.arguments.lock_auto_renewal = true
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 #statsd.enabled = false
162 #statsd.enabled = false
162 #statsd.statsd_host = 0.0.0.0
163 #statsd.statsd_host = 0.0.0.0
163 #statsd.statsd_port = 8125
164 #statsd.statsd_port = 8125
General Comments 0
You need to be logged in to leave comments. Login now