Ori.livneh has submitted this change and it was merged. Change subject: Also add 2 months and 1 year graphs in "(cdn) HTTP Error Rate" ......................................................................
Also add 2 months and 1 year graphs in "(cdn) HTTP Error Rate" For even better comparison. For instance, currently the graphs don't show a single "normal" day. Bug: 41754 Change-Id: I25793e531ccc6022ddcebb442f63a330e34d3cba --- A files/graphite/gdash/dashboards/reqerror/10.4xx-1y.graph A files/graphite/gdash/dashboards/reqerror/7.5xx-2m.graph A files/graphite/gdash/dashboards/reqerror/8.4xx-2m.graph A files/graphite/gdash/dashboards/reqerror/9.5xx-1y.graph 4 files changed, 50 insertions(+), 0 deletions(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified diff --git a/files/graphite/gdash/dashboards/reqerror/10.4xx-1y.graph b/files/graphite/gdash/dashboards/reqerror/10.4xx-1y.graph new file mode 100644 index 0000000..a948e1d --- /dev/null +++ b/files/graphite/gdash/dashboards/reqerror/10.4xx-1y.graph @@ -0,0 +1,9 @@ +title "HTTP 4xx Responses/hour -1week" +linewidth 2 +linemode "connected" +hide_legend "false" +from "-1year" + +field :a, :color => "blue", + :alias => "none", + :data => 'cactiStyle(alias(summarize(reqstats.4xx,"1hr"),"4xx resp/hour"))' diff --git a/files/graphite/gdash/dashboards/reqerror/7.5xx-2m.graph b/files/graphite/gdash/dashboards/reqerror/7.5xx-2m.graph new file mode 100644 index 0000000..d70206c --- /dev/null +++ b/files/graphite/gdash/dashboards/reqerror/7.5xx-2m.graph @@ -0,0 +1,16 @@ +title "HTTP 5xx Responses/hour -1week" +linewidth 2 +linemode "connected" +hide_legend "false" +from "-2month" + +field :a, :color => "red", + :alias => "none", + :data => 'cactiStyle(alias(summarize(reqstats.500,"1h"),"500 resp/hour"))', + :logbase => 10 + +field :b, :color => "blue", + :alias => "none", + :data => 'cactiStyle(alias(summarize(reqstats.5xx,"1h"),"5xx resp/hour"))', + :logbase => 10 + diff --git a/files/graphite/gdash/dashboards/reqerror/8.4xx-2m.graph b/files/graphite/gdash/dashboards/reqerror/8.4xx-2m.graph new file mode 100644 index 0000000..c810a02 --- /dev/null +++ b/files/graphite/gdash/dashboards/reqerror/8.4xx-2m.graph @@ -0,0 +1,9 @@ +title "HTTP 4xx Responses/hour -1week" +linewidth 2 +linemode "connected" +hide_legend "false" +from "-2month" + +field :a, :color => "blue", + :alias => "none", + :data => 'cactiStyle(alias(summarize(reqstats.4xx,"1hr"),"4xx resp/hour"))' diff --git a/files/graphite/gdash/dashboards/reqerror/9.5xx-1y.graph b/files/graphite/gdash/dashboards/reqerror/9.5xx-1y.graph new file mode 100644 index 0000000..81b0db5 --- /dev/null +++ b/files/graphite/gdash/dashboards/reqerror/9.5xx-1y.graph @@ -0,0 +1,16 @@ +title "HTTP 5xx Responses/hour -1week" +linewidth 2 +linemode "connected" +hide_legend "false" +from "-1year" + +field :a, :color => "red", + :alias => "none", + :data => 'cactiStyle(alias(summarize(reqstats.500,"1h"),"500 resp/hour"))', + :logbase => 10 + +field :b, :color => "blue", + :alias => "none", + :data => 'cactiStyle(alias(summarize(reqstats.5xx,"1h"),"5xx resp/hour"))', + :logbase => 10 + -- To view, visit https://gerrit.wikimedia.org/r/95068 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I25793e531ccc6022ddcebb442f63a330e34d3cba Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Nemo bis <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[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
