Dzahn has submitted this change and it was merged.

Change subject: Add cron job that generates flow statistics
......................................................................


Add cron job that generates flow statistics

Background
==========
The mobile team has a python script that they use to generate statistics
from the analytics-store database cluster to simple CSV output files.
The cron configured in statistics.pp runs that script and syncs those
files to stat1001 where they're publicly served for dashboard
consumption.

This Change
===========
The flow team would like to do roughly the same thing, so we are
repurposing the mobile team's script but defining configuration for it
in a separate repository so as to not interfere.  We're also running it
in a separate process to prevent failures from one config affecting the
other.

Change-Id: Ic8724d12ea008a3bf803a51160c82f1d191e0cf7
---
M manifests/misc/statistics.pp
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 33c4db8..c1770c6 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -835,6 +835,7 @@
 #
 class misc::statistics::limn::data::jobs {
     misc::statistics::limn::data::generate { 'mobile': }
+    misc::statistics::limn::data::generate { 'flow': }
 }
 
 # == Class misc::statistics::geowiki::params

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8724d12ea008a3bf803a51160c82f1d191e0cf7
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Milimetric <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: Spage <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to