diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 18:36:27 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-06-28 22:41:31 +0200 |
commit | 5d6d68697dceec6a8c5a8947118abe527ad09ba1 (patch) | |
tree | 569fd48de25510b93437775aedb5605295e2c5bb /Bugzilla/Config | |
parent | f63319ac7da3fc3f9107c21ad715b8af9566fde4 (diff) | |
download | bugzilla-5d6d68697dceec6a8c5a8947118abe527ad09ba1.tar.gz bugzilla-5d6d68697dceec6a8c5a8947118abe527ad09ba1.tar.xz |
Remove metrics stuff
Diffstat (limited to 'Bugzilla/Config')
-rw-r--r-- | Bugzilla/Config/Advanced.pm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/Bugzilla/Config/Advanced.pm b/Bugzilla/Config/Advanced.pm index 9316d8e48..398f02701 100644 --- a/Bugzilla/Config/Advanced.pm +++ b/Bugzilla/Config/Advanced.pm @@ -36,37 +36,6 @@ use constant get_param_list => ( type => 'b', default => 0 }, - - { - name => 'metrics_enabled', - type => 'b', - default => 0 - }, - { - name => 'metrics_user_ids', - type => 't', - default => '3881,5038,5898,13647,20209,251051,373476,409787' - }, - { - name => 'metrics_elasticsearch_server', - type => 't', - default => '127.0.0.1:9200' - }, - { - name => 'metrics_elasticsearch_index', - type => 't', - default => 'bmo-metrics' - }, - { - name => 'metrics_elasticsearch_type', - type => 't', - default => 'timings' - }, - { - name => 'metrics_elasticsearch_ttl', - type => 't', - default => '1210000000' # 14 days - }, ); 1; |