Faidon Liambotis has uploaded a new change for review.

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

Change subject: gdash: show API method names under apimethod view
......................................................................

gdash: show API method names under apimethod view

Change-Id: If73867141e2e7b3edcb42f749cf605069ff563be
---
M files/gdash/dashboards/apimethods/1.0.dev-count.graph
M files/gdash/dashboards/apimethods/1.1.dev.avg.graph
M files/gdash/dashboards/apimethods/1.2.dev.tp90.graph
M files/gdash/dashboards/apimethods/1.3.dev.tp99.graph
M files/gdash/dashboards/apimethods/3.0.dev-count-1d.graph
M files/gdash/dashboards/apimethods/3.1.dev.avg-1d.graph
M files/gdash/dashboards/apimethods/3.2.dev.tp90.graph
M files/gdash/dashboards/apimethods/3.3.dev.tp99.graph
M files/gdash/dashboards/apimethods/5.0.dev-count-1wk.graph
M files/gdash/dashboards/apimethods/5.1.dev.avg-1d.graph
M files/gdash/dashboards/apimethods/5.2.dev.tp99.graph
M files/gdash/dashboards/apimethods/6.1.dev.avg-1m.graph
M files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph
13 files changed, 13 insertions(+), 13 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/42/118442/1

diff --git a/files/gdash/dashboards/apimethods/1.0.dev-count.graph 
b/files/gdash/dashboards/apimethods/1.0.dev-count.graph
index b6450ef..1088f5f 100644
--- a/files/gdash/dashboards/apimethods/1.0.dev-count.graph
+++ b/files/gdash/dashboards/apimethods/1.0.dev-count.graph
@@ -6,4 +6,4 @@
 from "-8hours"
 
 field :count, :alias => "none",
-               :data  => 
'cactiStyle(substr(mostDeviant(10,maximumAbove(MediaWiki.API.*.count,1)),0,2))'
+               :data  => 
'cactiStyle(mostDeviant(10,maximumAbove(MediaWiki.API.*.count,1)),0)'
diff --git a/files/gdash/dashboards/apimethods/1.1.dev.avg.graph 
b/files/gdash/dashboards/apimethods/1.1.dev.avg.graph
index 516931c..ff6b2f9 100644
--- a/files/gdash/dashboards/apimethods/1.1.dev.avg.graph
+++ b/files/gdash/dashboards/apimethods/1.1.dev.avg.graph
@@ -6,4 +6,4 @@
 from "-8hours"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/1.2.dev.tp90.graph 
b/files/gdash/dashboards/apimethods/1.2.dev.tp90.graph
index e1c7924..886a82a 100644
--- a/files/gdash/dashboards/apimethods/1.2.dev.tp90.graph
+++ b/files/gdash/dashboards/apimethods/1.2.dev.tp90.graph
@@ -6,4 +6,4 @@
 from "-8hours"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tp90,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tp90,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/1.3.dev.tp99.graph 
b/files/gdash/dashboards/apimethods/1.3.dev.tp99.graph
index d62230d..e726bf3 100644
--- a/files/gdash/dashboards/apimethods/1.3.dev.tp99.graph
+++ b/files/gdash/dashboards/apimethods/1.3.dev.tp99.graph
@@ -6,4 +6,4 @@
 from "-8hours"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/3.0.dev-count-1d.graph 
b/files/gdash/dashboards/apimethods/3.0.dev-count-1d.graph
index c1a7cb0..823b585 100644
--- a/files/gdash/dashboards/apimethods/3.0.dev-count-1d.graph
+++ b/files/gdash/dashboards/apimethods/3.0.dev-count-1d.graph
@@ -6,4 +6,4 @@
 from "-1day"
 
 field :count, :alias => "none",
-               :data  => 
'cactiStyle(substr(mostDeviant(10,maximumAbove(MediaWiki.API.*.count,1)),0,2))'
+               :data  => 
'cactiStyle(mostDeviant(10,maximumAbove(MediaWiki.API.*.count,1)),0)'
diff --git a/files/gdash/dashboards/apimethods/3.1.dev.avg-1d.graph 
b/files/gdash/dashboards/apimethods/3.1.dev.avg-1d.graph
index 9f0d424..702a27f 100644
--- a/files/gdash/dashboards/apimethods/3.1.dev.avg-1d.graph
+++ b/files/gdash/dashboards/apimethods/3.1.dev.avg-1d.graph
@@ -6,4 +6,4 @@
 from "-1day"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/3.2.dev.tp90.graph 
b/files/gdash/dashboards/apimethods/3.2.dev.tp90.graph
index 1ef15b6..c7e9630 100644
--- a/files/gdash/dashboards/apimethods/3.2.dev.tp90.graph
+++ b/files/gdash/dashboards/apimethods/3.2.dev.tp90.graph
@@ -6,4 +6,4 @@
 from "-1day"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tp90,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tp90,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/3.3.dev.tp99.graph 
b/files/gdash/dashboards/apimethods/3.3.dev.tp99.graph
index 1ccdda3..bed9668 100644
--- a/files/gdash/dashboards/apimethods/3.3.dev.tp99.graph
+++ b/files/gdash/dashboards/apimethods/3.3.dev.tp99.graph
@@ -6,4 +6,4 @@
 from "-1day"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/5.0.dev-count-1wk.graph 
b/files/gdash/dashboards/apimethods/5.0.dev-count-1wk.graph
index a7c33cf..c54a647 100644
--- a/files/gdash/dashboards/apimethods/5.0.dev-count-1wk.graph
+++ b/files/gdash/dashboards/apimethods/5.0.dev-count-1wk.graph
@@ -6,4 +6,4 @@
 from "-1week"
 
 field :count, :alias => "none",
-               :data  => 
'cactiStyle(substr(mostDeviant(10,maximumAbove(maximumAbove(MediaWiki.API.*.count,1),1)),0,2))'
+               :data  => 
'cactiStyle(mostDeviant(10,maximumAbove(maximumAbove(MediaWiki.API.*.count,1),1)),0)'
diff --git a/files/gdash/dashboards/apimethods/5.1.dev.avg-1d.graph 
b/files/gdash/dashboards/apimethods/5.1.dev.avg-1d.graph
index 417b86a..d0be7e5 100644
--- a/files/gdash/dashboards/apimethods/5.1.dev.avg-1d.graph
+++ b/files/gdash/dashboards/apimethods/5.1.dev.avg-1d.graph
@@ -6,4 +6,4 @@
 from "-1week"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/5.2.dev.tp99.graph 
b/files/gdash/dashboards/apimethods/5.2.dev.tp99.graph
index 9316021..938ae1a 100644
--- a/files/gdash/dashboards/apimethods/5.2.dev.tp99.graph
+++ b/files/gdash/dashboards/apimethods/5.2.dev.tp99.graph
@@ -6,4 +6,4 @@
 from "-1week"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/6.1.dev.avg-1m.graph 
b/files/gdash/dashboards/apimethods/6.1.dev.avg-1m.graph
index 516d8f7..7b6c125 100644
--- a/files/gdash/dashboards/apimethods/6.1.dev.avg-1m.graph
+++ b/files/gdash/dashboards/apimethods/6.1.dev.avg-1m.graph
@@ -6,4 +6,4 @@
 from "-1month"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0)'
diff --git a/files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph 
b/files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph
index 08dd1d8..c65e764 100644
--- a/files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph
+++ b/files/gdash/dashboards/apimethods/7.1.dev.avg-1y.graph
@@ -6,4 +6,4 @@
 from "-1year"
 
 field :devavg, :alias => "none",
-               :data  => 
'cactiStyle(substr(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0,2))'
+               :data  => 
'cactiStyle(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),0)'

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If73867141e2e7b3edcb42f749cf605069ff563be
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org>

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

Reply via email to