From faf2fc5dbead69f0de0df51af85561f1203dee45 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 4 Mar 2014 16:38:49 +0800 Subject: Bug 956230: improve instrumentation of bugzilla's internals --- template/en/default/admin/params/advanced.html.tmpl | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'template/en/default/admin') diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index 5301ff2cf..a2103c652 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -85,5 +85,19 @@ sentry_uri => "When set, important errors and warnings will be sent to the" _ " specified Sentry server. Enter the full API KEY URL." - _ " eg https://01234567890123456780123456780123:01234567890123456780123456780123@errormill.mozilla.org/10.", + _ " eg https://01234567890123456780123456780123:01234567890123456780123456780123@errormill.mozilla.org/10.", + + 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