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

Change subject: Stopping event collection for PageCreation events
......................................................................

Stopping event collection for PageCreation events

Bug: T171629
Change-Id: Ib38c63f81dce57b3921a5ff864e84b5b3e395106
---
M hieradata/common.yaml
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/377667/1

diff --git a/hieradata/common.yaml b/hieradata/common.yaml
index 801e8ee..6eaf8af 100644
--- a/hieradata/common.yaml
+++ b/hieradata/common.yaml
@@ -321,7 +321,8 @@
 #   * Analytics so we can use it for testing throughput
 #   * CentralNoticeBannerHistory because it can't be inserted into mysql with 
its array property
 #   * ImageMetrics see T141407, these tables are no longer used and yet some 
cached code is still sending events
-eventlogging_valid_mixed_schema_blacklist: 
^(Analytics|CentralNoticeBannerHistory|ImageMetricsLoadingTime|ImageMetricsCorsSupport)$
+#   * PageCreation see T171629, data is available in several other ways
+eventlogging_valid_mixed_schema_blacklist: 
^(Analytics|CentralNoticeBannerHistory|ImageMetricsLoadingTime|ImageMetricsCorsSupport|PageCreation)$
 # Used to specify writer handler for eventlogging processor producer.
 eventlogging_kafka_producer_scheme: "kafka-confluent://"
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib38c63f81dce57b3921a5ff864e84b5b3e395106
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nuria <nu...@wikimedia.org>

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

Reply via email to