Rush has submitted this change and it was merged.

Change subject: Collect suggest stats and specific search groups
......................................................................


Collect suggest stats and specific search groups

There are more groups to fetch but it'd be nice to have sort of wildcard 
expansion.

Change-Id: I22794fc68cc8695afff4b1fa8c4fc058fac3ec38
---
M modules/elasticsearch/files/monitor/wmfelastic.py
1 file changed, 12 insertions(+), 0 deletions(-)

Approvals:
  Rush: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/elasticsearch/files/monitor/wmfelastic.py 
b/modules/elasticsearch/files/monitor/wmfelastic.py
index 31a20b6..67c98ba 100644
--- a/modules/elasticsearch/files/monitor/wmfelastic.py
+++ b/modules/elasticsearch/files/monitor/wmfelastic.py
@@ -103,6 +103,18 @@
             'indices.search.query_time_in_millis',
             'indices.search.query_current',
             'indices.search.fetch_total',
+            'indices.search.groups.more_like.query_total',
+            'indices.search.groups.more_like.query_time_in_millis',
+            'indices.search.groups.prefix.query_total',
+            'indices.search.groups.prefix.query_time_in_millis',
+            'indices.search.groups.full_text.query_total',
+            'indices.search.groups.full_text.query_time_in_millis',
+            'indices.search.groups.regex.query_total',
+            'indices.search.groups.regex.query_time_in_millis',
+            'indices.search.groups.mwgrep.query_total',
+            'indices.search.groups.mwgrep.query_time_in_millis',
+            'indices.suggest.total',
+            'indices.suggest.time_in_millis',
             'indices.merges.current',
             'indices.merges.current_docs',
             'indices.merges.current_size_in_bytes',

-- 
To view, visit https://gerrit.wikimedia.org/r/259767
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I22794fc68cc8695afff4b1fa8c4fc058fac3ec38
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: DCausse <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to