config: expose statsd config variable

This commit is contained in:
RhodeCode Admin 2022-10-14 12:53:21 +02:00
parent 89550b662b
commit 0edcacd71a
2 changed files with 16 additions and 0 deletions

View file

@ -752,6 +752,14 @@ appenlight.request_keys_blacklist =
; (by default the client ignores own entries: appenlight_client.client)
appenlight.log_namespace_blacklist =
; Statsd client config, this is used to send metrics to statsd
; We recommend setting statsd_exported and scrape them using Promethues
#statsd.enabled = false
#statsd.statsd_host = 0.0.0.0
#statsd.statsd_port = 8125
#statsd.statsd_prefix =
#statsd.statsd_ipv6 = false
; Dummy marker to add new entries after.
; Add any custom entries below. Please don't remove this marker.
custom.conf = 1

View file

@ -707,6 +707,14 @@ appenlight.request_keys_blacklist =
; (by default the client ignores own entries: appenlight_client.client)
appenlight.log_namespace_blacklist =
; Statsd client config, this is used to send metrics to statsd
; We recommend setting statsd_exported and scrape them using Promethues
#statsd.enabled = false
#statsd.statsd_host = 0.0.0.0
#statsd.statsd_port = 8125
#statsd.statsd_prefix =
#statsd.statsd_ipv6 = false
; Dummy marker to add new entries after.
; Add any custom entries below. Please don't remove this marker.
custom.conf = 1