From d5f2d8158b90a55cefe126e38132e390e9fa75f5 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 28 Jun 2018 23:26:52 -0400 Subject: Bug 1472048 - Remove Metrics Code --- template/en/default/admin/params/advanced.html.tmpl | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'template/en') diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index 7c85881d7..2fe59c533 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -25,7 +25,7 @@ %] [% sts_desc = BLOCK %] - Enables the sending of the + Enables the sending of the Strict-Transport-Security header along with HTTP responses on SSL connections. This adds greater security to your SSL connections by forcing the browser to always @@ -67,18 +67,4 @@ disable_bug_updates => "When enabled, all updates to $terms.bugs will be blocked.", - - metrics_enabled => - "Collect metrics for reporting to ElasticSearch", - metrics_user_ids => - "Comma separated list of user_id's which trigger data collection and reporting." - _ " eg 3881,5038,5898,13647,20209,251051,373476,409787.", - metrics_elasticsearch_server => - "Metrics ElasticSearch server and port. eg 127.0.0.1:9200", - metrics_elasticsearch_index => - "Metrics ElasticSearch index. eg bmo-metrics", - metrics_elasticsearch_type => - "Metrics ElasticSearch type. eg timings", - metrics_elasticsearch_ttl => - "The time to live for data in the ElasticSearch cluster, in milliseconds. eg 1210000000", } %] -- cgit v1.2.3-24-g4f1b