Nuria has uploaded a new change for review.

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

Change subject: Change metric prefix after logster changes
......................................................................

Change metric prefix after logster changes

Logster's parser LineCount used to report metric name
as line_rate, changeset below renames it to 'rate':

https://gerrit.wikimedia.org/r/#/c/200182/

Change-Id: Ic018a8710d3f8ea22acf4cd1ece2291665a52f8b
---
M manifests/role/logging.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/200593/1

diff --git a/manifests/role/logging.pp b/manifests/role/logging.pp
index 54d468b..61090be 100644
--- a/manifests/role/logging.pp
+++ b/manifests/role/logging.pp
@@ -108,7 +108,7 @@
     logster::job { 'CirrusSearch-slow.log':
         parser          => 'LineCountLogster',
         logfile         => "${log_directory}/CirrusSearch-slow.log",
-        logster_options => '--output ganglia --metric-prefix 
CirrusSearch-slow.log',
+        logster_options => '--output ganglia --metric-prefix 
CirrusSearch-slow.log_line',
         minute          => "*/${cirrussearch_slow_log_check_interval}"
     }
     # Alert if CirrusSearch-slow.log shows more than

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic018a8710d3f8ea22acf4cd1ece2291665a52f8b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nuria <[email protected]>

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

Reply via email to