Bearloga has uploaded a new change for review.

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

Change subject: Note search-redirect.php filtering
......................................................................

Note search-redirect.php filtering

Bug: T138411
Change-Id: I426855a7dd7a7be44e131cc895c03a0079211c7e
---
M server.R
M tab_documentation/pageviews.md
M tab_documentation/referers_summary.md
3 files changed, 11 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/discovery/prince 
refs/changes/50/295750/1

diff --git a/server.R b/server.R
index 0b47c21..149f6b4 100644
--- a/server.R
+++ b/server.R
@@ -180,7 +180,10 @@
       polloi::smoother(smooth_level = 
polloi::smooth_switch(input$smoothing_global, input$smoothing_pageviews)) %>%
       polloi::make_dygraph(xlab = "Date", ylab = "Pageviews", title = 
"Pageviews to the Wikipedia Portal") %>%
       dyCSS(css = "www/inverse.css") %>%
-      dyAxis("x", axisLabelFormatter = polloi::custom_axis_formatter, 
axisLabelWidth = 70)
+      dyAxis("x", axisLabelFormatter = polloi::custom_axis_formatter, 
axisLabelWidth = 70) %>%
+      dyAnnotation(as.Date("2016-05-01"), text = "A",
+                   tooltip = "Filtering out search-redirect.php requests",
+                   width = 12, height = 20, attachAtBottom = FALSE)
   })
   
   output$referer_summary_dygraph <- renderDygraph({
@@ -193,7 +196,10 @@
       dyAxis("y", valueFormatter = 'function(x) { return x + "%"; }') %>%
       dyLegend(labelsDiv = "referer_summary_legend", show = "always", width = 
400) %>%
       dyAnnotation(x = as.Date("2016-03-07"), text = "A",
-                   tooltip = "Switched to a new UDF")
+                   tooltip = "Switched to a new UDF") %>%
+      dyAnnotation(as.Date("2016-05-01"), text = "B",
+                   tooltip = "Filtering out search-redirect.php requests",
+                   width = 12, height = 20, attachAtBottom = FALSE)
   })
   
   output$search_engines_dygraph <- renderDygraph({
diff --git a/tab_documentation/pageviews.md b/tab_documentation/pageviews.md
index 5158a5e..d3efb40 100644
--- a/tab_documentation/pageviews.md
+++ b/tab_documentation/pageviews.md
@@ -4,13 +4,9 @@
 This looks at, without sampling, the number of pageviews the Wikipedia Portal 
gets per day. This is expressed
 as raw values.
 
-General trends
+Notes
 ------
-
-Outages and inaccuracies
-------
-
-* None so far!
+- **A**: Started filtering out search-redirect.php requests. See 
[T138411](https://phabricator.wikimedia.org/T138411) for more information.
 
 Questions, bug reports, and feature suggestions
 ------
diff --git a/tab_documentation/referers_summary.md 
b/tab_documentation/referers_summary.md
index ab5f505..30134b5 100644
--- a/tab_documentation/referers_summary.md
+++ b/tab_documentation/referers_summary.md
@@ -11,6 +11,7 @@
 Outages and notes
 ------
 - **A**: We switched to a finalized version of the UDF that extracts internal 
traffic (see [T130083](https://phabricator.wikimedia.org/T130083))
+- **B**: Started filtering out search-redirect.php requests. See 
[T138411](https://phabricator.wikimedia.org/T138411) for more information.
 
 Questions, bug reports, and feature suggestions
 ------

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I426855a7dd7a7be44e131cc895c03a0079211c7e
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/prince
Gerrit-Branch: master
Gerrit-Owner: Bearloga <mpo...@wikimedia.org>

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

Reply via email to