EBernhardson has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/362091 )
Change subject: Monitor elasticsearch stats for load test
......................................................................
Monitor elasticsearch stats for load test
For load testing the new LTR plugin it is useful to not only
have our existing stats, but also stats about the exact queries
we are rewriting. The rewrite stage handles this by adding a custom
group to the 'stats' key of the elasticsearch queries. We also need
to collect this custom group and ship it to graphite.
Bug: T169002
Change-Id: I730f02ff6500fd24f4db33b463f2a3dde5aec1eb
---
M modules/elasticsearch/files/monitor/wmfelastic.py
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/91/362091/1
diff --git a/modules/elasticsearch/files/monitor/wmfelastic.py
b/modules/elasticsearch/files/monitor/wmfelastic.py
index ec2b184..43ee3b3 100644
--- a/modules/elasticsearch/files/monitor/wmfelastic.py
+++ b/modules/elasticsearch/files/monitor/wmfelastic.py
@@ -116,6 +116,8 @@
'indices.search.groups.regex.query_time_in_millis',
'indices.search.groups.mwgrep.query_total',
'indices.search.groups.mwgrep.query_time_in_millis',
+ 'indices.search.groups.load_test_rewrite.query_total',
+ 'indices.search.groups.load_test_rewrite.query_time_in_millis',
'indices.suggest.total',
'indices.suggest.time_in_millis',
'indices.merges.current',
--
To view, visit https://gerrit.wikimedia.org/r/362091
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I730f02ff6500fd24f4db33b463f2a3dde5aec1eb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: EBernhardson <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits