Rush has submitted this change and it was merged.

Change subject: [elastic] Fix bad method call in diamond collection
......................................................................


[elastic] Fix bad method call in diamond collection

Change-Id: I6715d982491225265a4f8c114e8dff8a60b3e266
---
M modules/elasticsearch/files/monitor/wmfelastic.py
1 file changed, 1 insertion(+), 1 deletion(-)

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 2001438..2eb8887 100644
--- a/modules/elasticsearch/files/monitor/wmfelastic.py
+++ b/modules/elasticsearch/files/monitor/wmfelastic.py
@@ -260,7 +260,7 @@
             cluster_stats = self.cluster_stats()
             for metric, value in cluster_stats.iteritems():
                 self.publish(metric, value)
-            health_stats = self.health_stats()
+            health_stats = self.cluster_health()
             for metric, value in health_stats.iteritems():
                 self.publish(metric, value)
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6715d982491225265a4f8c114e8dff8a60b3e266
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: EBernhardson <[email protected]>
Gerrit-Reviewer: Chasemp <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[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