From 0edcacd71aebed83c5f0579ff2ca7574e1249c49 Mon Sep 17 00:00:00 2001 From: RhodeCode Admin Date: Fri, 14 Oct 2022 12:53:21 +0200 Subject: [PATCH] config: expose statsd config variable --- configs/development.ini | 8 ++++++++ configs/production.ini | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/configs/development.ini b/configs/development.ini index 9a04b108..510be1c7 100644 --- 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 index d6fb6aec..b8c4f04e 100644 --- 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