Faidon Liambotis has submitted this change and it was merged.

Change subject: Omit parentheses from metric names
......................................................................


Omit parentheses from metric names

Ganglia renders parentheses in graph titles as \\( and \\). I haven't figured
out a way around that yet, so I reformatted the titles to omit the parentheses
instead.

Change-Id: I112548de029310f0dc3ef0ccef33f9199bcc1d5e
---
M manifests/misc/monitoring.pp
1 file changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/misc/monitoring.pp b/manifests/misc/monitoring.pp
index faa6028..8f745f9 100644
--- a/manifests/misc/monitoring.pp
+++ b/manifests/misc/monitoring.pp
@@ -257,42 +257,42 @@
        ganglia::view { 'perceived_latency':
                graphs => [
                        {
-                               title        => 'DNS (domainLookupEnd - 
domainLookupStart)',
+                               title        => 'DNS: domainLookupStart to 
domainLookupEnd',
                                host_regex   => 'client-side',
                                metric_regex => 
'^browser.dnsLookup.(desktop|mobile)_median$',
                        },
                        {
-                               title        => 'Connecting (connectEnd - 
connectStart)',
+                               title        => 'Connecting: connectStart to 
connectEnd',
                                host_regex   => 'client-side',
                                metric_regex => 
'^browser.connecting.(desktop|mobile)_median$',
                        },
                        {
-                               title        => 'Sending (fetchStart - 
navStart)',
+                               title        => 'Sending: navStart to 
fetchStart',
                                host_regex   => 'client-side',
                                metric_regex => 
'^browser.sending.(desktop|mobile)_median$',
                        },
                        {
-                               title        => 'Waiting (responseStart - 
requestStart)',
+                               title        => 'Waiting: requestStart to 
responseStart',
                                host_regex   => 'client-side',
                                metric_regex => 
'^browser.waiting.(desktop|mobile)_median$',
                        },
                        {
-                               title        => 'Receiving (responseEnd - 
responseStart)',
+                               title        => 'Receiving: responseStart to 
responseEnd',
                                host_regex   => 'client-side',
                                metric_regex => 
'^browser.receiving.(desktop|mobile)_median$',
                        },
                        {
-                               title        => 'Rendering (loadEventEnd - 
responseEnd)',
+                               title        => 'Rendering: responseEnd to 
loadEventEnd',
                                host_regex   => 'client-side',
                                metric_regex => 
'^browser.rendering.(desktop|mobile)_median$',
                        },
                        {
-                               title        => 'Loading (loadEventStart - 
navStart)',
+                               title        => 'Loading: navStart to 
loadEventStart',
                                host_regex   => 'client-side',
                                metric_regex => 
'^browser.loading.(desktop|mobile)_median$',
                        },
                        {
-                               title        => 'Redirecting (redirectEnd - 
redirectStart)',
+                               title        => 'Redirecting: redirectStart to 
redirectEnd',
                                host_regex   => 'client-side',
                                metric_regex => 
'^browser.redirecting.(desktop|mobile)_median$',
                        },

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I112548de029310f0dc3ef0ccef33f9199bcc1d5e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to