Ori.livneh has submitted this change and it was merged.

Change subject: Fix graphite keys in API dashboard
......................................................................


Fix graphite keys in API dashboard

'MediaWiki' comes from RequestContext::getStats(), the rest from
I8b9366407c0d1713790d08e69aaa518130f01977.

Bug: T85841
Change-Id: Iabe75aad40a5e99fca321fd3499bf806885408cb
---
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(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved



diff --git a/files/gdash/dashboards/apimethods/1.0.dev-count.graph 
b/files/gdash/dashboards/apimethods/1.0.dev-count.graph
index 2fb5c3a..368c6e9 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(aliasByNode(mostDeviant(10,maximumAbove(MediaWiki.API.*.count,1)),2))'
+               :data  => 
'cactiStyle(aliasByNode(mostDeviant(10,maximumAbove(MediaWiki.api.*.count,1)),2))'
diff --git a/files/gdash/dashboards/apimethods/1.1.dev.avg.graph 
b/files/gdash/dashboards/apimethods/1.1.dev.avg.graph
index cf6c119..b0bf1e3 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tavg,1),10),2))'
diff --git a/files/gdash/dashboards/apimethods/1.2.dev.tp90.graph 
b/files/gdash/dashboards/apimethods/1.2.dev.tp90.graph
index 8680fe3..832bb93 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tp90,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tp90,1),10),2))'
diff --git a/files/gdash/dashboards/apimethods/1.3.dev.tp99.graph 
b/files/gdash/dashboards/apimethods/1.3.dev.tp99.graph
index b3d83c7..32604b9 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tp99,1),10),2))'
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 22d4d1b..33ba96d 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(aliasByNode(mostDeviant(10,maximumAbove(MediaWiki.API.*.count,1)),2))'
+               :data  => 
'cactiStyle(aliasByNode(mostDeviant(10,maximumAbove(MediaWiki.api.*.count,1)),2))'
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 53d60db..ca8d476 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tavg,1),10),2))'
diff --git a/files/gdash/dashboards/apimethods/3.2.dev.tp90.graph 
b/files/gdash/dashboards/apimethods/3.2.dev.tp90.graph
index ed87f61..4585759 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tp90,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tp90,1),10),2))'
diff --git a/files/gdash/dashboards/apimethods/3.3.dev.tp99.graph 
b/files/gdash/dashboards/apimethods/3.3.dev.tp99.graph
index de31e01..ea68fdf 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tp99,1),10),2))'
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 75dff58..06d3a96 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(aliasByNode(mostDeviant(10,maximumAbove(maximumAbove(MediaWiki.API.*.count,1),1)),2))'
+               :data  => 
'cactiStyle(aliasByNode(mostDeviant(10,maximumAbove(maximumAbove(MediaWiki.api.*.count,1),1)),2))'
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 c57a07f..c862953 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tavg,1),10),2))'
diff --git a/files/gdash/dashboards/apimethods/5.2.dev.tp99.graph 
b/files/gdash/dashboards/apimethods/5.2.dev.tp99.graph
index 205a529..d4c8142 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tp99,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tp99,1),10),2))'
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 73a2970..caf4a78 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tavg,1),10),2))'
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 576043e..3868952 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(aliasByNode(highestMax(maximumAbove(MediaWiki.API.*.tavg,1),10),2))'
+               :data  => 
'cactiStyle(aliasByNode(highestMax(maximumAbove(MediaWiki.api.*.tavg,1),10),2))'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iabe75aad40a5e99fca321fd3499bf806885408cb
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: GergÅ‘ Tisza <[email protected]>
Gerrit-Reviewer: BryanDavis <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to