Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/100430


Change subject: rxbytes should be a counter in VarnishkafkaLogster.py
......................................................................

rxbytes should be a counter in VarnishkafkaLogster.py

Change-Id: I3290ab667726f2b5c9d9f902ec69e46a0b829203
---
M files/VarnishkafkaLogster.py
1 file changed, 9 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/varnishkafka 
refs/changes/30/100430/1

diff --git a/files/VarnishkafkaLogster.py b/files/VarnishkafkaLogster.py
index f417acd..d0c79bf 100644
--- a/files/VarnishkafkaLogster.py
+++ b/files/VarnishkafkaLogster.py
@@ -15,13 +15,16 @@
     # These keys should be given a slope of
     # 'positive' aka COUNTER.
     counter_metrics = [
-        'txbytes',
-        'txmsgs',
-        'rx',
-        'txerrs',
-        'rxerrs',
-        'kafka_drerr',
         'tx',
+        'txbytes',
+        'txerrs',
+        'txmsgs',
+
+        'rx',
+        'rxbytes'
+        'rxerrs',
+
+        'kafka_drerr',
         'scratch_toosmall',
         'txerr',
         'trunc',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3290ab667726f2b5c9d9f902ec69e46a0b829203
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/varnishkafka
Gerrit-Branch: master
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to