GWicke has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/342251 )

Change subject: Update access log sampling to match new hyperswitch levels
......................................................................

Update access log sampling to match new hyperswitch levels

Follow-up change from https://github.com/wikimedia/hyperswitch/pull/78.
Should be merged & deployed at the same time.

Change-Id: Ia129a9a0083368684b32c5eaffb2c01ec14962f5
---
M modules/restbase/templates/config.yaml.erb
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/51/342251/1

diff --git a/modules/restbase/templates/config.yaml.erb 
b/modules/restbase/templates/config.yaml.erb
index ada8eb1..e00a25a 100644
--- a/modules/restbase/templates/config.yaml.erb
+++ b/modules/restbase/templates/config.yaml.erb
@@ -940,9 +940,9 @@
   level: <%= @logging_level %>
   sampled_levels:
     # Target is about 1 request logged per minute @1000 req/s
-    trace/request: 0.00005
+    info/request: 0.00005
     # Not sure what the rate of these is, so start conservatively.
-    trace/request/slow: 0.001
+    info/request/slow: 0.001
   streams:
   # XXX: Use gelf-stream -> logstash
   - type: gelf

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia129a9a0083368684b32c5eaffb2c01ec14962f5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: GWicke <gwi...@wikimedia.org>

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

Reply via email to