Ori.livneh has uploaded a new change for review.

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


Change subject: Add DNS lookup time to NavigationTiming StatsD reporter
......................................................................

Add DNS lookup time to NavigationTiming StatsD reporter

I forgot to specify 'dnsLookup' in the list of key names representing metrics
that should be reported to Ganglia.

Change-Id: Ic5e800e45462d021a14052faa38a8ccf5b072317
---
M files/graphite/modules/navtiming.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/03/83203/1

diff --git a/files/graphite/modules/navtiming.py 
b/files/graphite/modules/navtiming.py
index db187e2..b39cd3c 100644
--- a/files/graphite/modules/navtiming.py
+++ b/files/graphite/modules/navtiming.py
@@ -13,7 +13,7 @@
 
 schema_rev = 5336845
 metrics = ('connecting', 'sending', 'waiting', 'redirecting', 'receiving',
-           'rendering', 'loading')
+           'rendering', 'loading', 'dnsLookup')
 
 
 ap = argparse.ArgumentParser(description='NavigationTiming Graphite module')

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic5e800e45462d021a14052faa38a8ccf5b072317
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to