QChris has uploaded a new change for review.

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

Change subject: Update ui-daily datasource columns for recent SQL change
......................................................................

Update ui-daily datasource columns for recent SQL change

In

  9a8dd13d219c1d7ff5de69a6e479a5ff85c725e3

the SQL to generate the CSV got change, but the datasource definition
did not get updated accordingly. Hence limn showed wrong labels for
graphs. So we update the datasource definition to make it match the
CSV column names. This should make the dashboards attach the correct
labels to the graphs again.

Change-Id: If9d604d4e8dfb89463397c0a6ff0280317dbbfa7
---
M datasources/ui-daily.json
1 file changed, 29 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/limn-mobile-data 
refs/changes/41/174741/1

diff --git a/datasources/ui-daily.json b/datasources/ui-daily.json
index b71ff40..c3d51cf 100644
--- a/datasources/ui-daily.json
+++ b/datasources/ui-daily.json
@@ -5,6 +5,10 @@
       "type": "date"
     },
     {
+      "label": "Hamburger",
+      "type": "int"
+    },
+    {
       "label": "Home",
       "type": "int"
     },
@@ -41,11 +45,35 @@
       "type": "int"
     },
     {
+      "label": "Search",
+      "type": "int"
+    },
+    {
+      "label": "Notifications",
+      "type": "int"
+    },
+    {
+      "label": "Reference",
+      "type": "int"
+    },
+    {
+      "label": "Languages",
+      "type": "int"
+    },
+    {
       "label": "Last modified history",
       "type": "int"
     },
     {
-      "label": "Last modified profile\r\n",
+      "label": "Last modified profile",
+      "type": "int"
+    },
+    {
+      "label": "Page TOC toggle",
+      "type": "int"
+    },
+    {
+      "label": "Page TOC link",
       "type": "int"
     }
   ],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9d604d4e8dfb89463397c0a6ff0280317dbbfa7
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-mobile-data
Gerrit-Branch: master
Gerrit-Owner: QChris <[email protected]>

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

Reply via email to