# HG changeset patch # User RhodeCode Admin # Date 2022-10-14 10:53:21 # Node ID a753a912439b3a5087784f9c54b9a9e616acd6d3 # Parent b7b478ee0ffd1a3bc0bf8f7201126892e64283c2 config: expose statsd config variable diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -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 diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -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