##// END OF EJS Templates
config: expose statsd config variable
super-admin -
r4793:a753a912 default
parent child Browse files
Show More
@@ -752,6 +752,14 b' appenlight.request_keys_blacklist ='
752 ; (by default the client ignores own entries: appenlight_client.client)
752 ; (by default the client ignores own entries: appenlight_client.client)
753 appenlight.log_namespace_blacklist =
753 appenlight.log_namespace_blacklist =
754
754
755 ; Statsd client config, this is used to send metrics to statsd
756 ; We recommend setting statsd_exported and scrape them using Promethues
757 #statsd.enabled = false
758 #statsd.statsd_host = 0.0.0.0
759 #statsd.statsd_port = 8125
760 #statsd.statsd_prefix =
761 #statsd.statsd_ipv6 = false
762
755 ; Dummy marker to add new entries after.
763 ; Dummy marker to add new entries after.
756 ; Add any custom entries below. Please don't remove this marker.
764 ; Add any custom entries below. Please don't remove this marker.
757 custom.conf = 1
765 custom.conf = 1
@@ -707,6 +707,14 b' appenlight.request_keys_blacklist ='
707 ; (by default the client ignores own entries: appenlight_client.client)
707 ; (by default the client ignores own entries: appenlight_client.client)
708 appenlight.log_namespace_blacklist =
708 appenlight.log_namespace_blacklist =
709
709
710 ; Statsd client config, this is used to send metrics to statsd
711 ; We recommend setting statsd_exported and scrape them using Promethues
712 #statsd.enabled = false
713 #statsd.statsd_host = 0.0.0.0
714 #statsd.statsd_port = 8125
715 #statsd.statsd_prefix =
716 #statsd.statsd_ipv6 = false
717
710 ; Dummy marker to add new entries after.
718 ; Dummy marker to add new entries after.
711 ; Add any custom entries below. Please don't remove this marker.
719 ; Add any custom entries below. Please don't remove this marker.
712 custom.conf = 1
720 custom.conf = 1
General Comments 0
You need to be logged in to leave comments. Login now