diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-29 05:26:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 05:26:52 +0200 |
commit | d5f2d8158b90a55cefe126e38132e390e9fa75f5 (patch) | |
tree | 8d31e608d7bf81d919fc4b8240508a4cb1982c41 /template/en/default/admin | |
parent | 4a15e8b3b36dcde234ef2e068d931a59e0ce1d4e (diff) | |
download | bugzilla-d5f2d8158b90a55cefe126e38132e390e9fa75f5.tar.gz bugzilla-d5f2d8158b90a55cefe126e38132e390e9fa75f5.tar.xz |
Bug 1472048 - Remove Metrics Code
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/advanced.html.tmpl | 16 |
1 files changed, 1 insertions, 15 deletions
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 <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">Strict-Transport-Security</a> 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 <kbd>3881,5038,5898,13647,20209,251051,373476,409787</kbd>.", - metrics_elasticsearch_server => - "Metrics ElasticSearch server and port. eg <kbd>127.0.0.1:9200</kbd>", - metrics_elasticsearch_index => - "Metrics ElasticSearch index. eg <kbd>bmo-metrics</kbd>", - metrics_elasticsearch_type => - "Metrics ElasticSearch type. eg <kbd>timings</kbd>", - metrics_elasticsearch_ttl => - "The time to live for data in the ElasticSearch cluster, in milliseconds. eg <kbd>1210000000</kbd>", } %] |