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