Merge lp:~bloodearnest/charms/precise/squid-reverseproxy/metrics-typo into lp:charms/squid-reverseproxy

Proposed by Simon Davy
Status: Merged
Merged at revision: 48
Proposed branch: lp:~bloodearnest/charms/precise/squid-reverseproxy/metrics-typo
Merge into: lp:charms/squid-reverseproxy
Diff against target: 22 lines (+6/-6)
1 file modified
files/squid_metrics.py (+6/-6)
To merge this branch: bzr merge lp:~bloodearnest/charms/precise/squid-reverseproxy/metrics-typo
Reviewer Review Type Date Requested Status
Tom Haddon Approve
Review via email: mp+218108@code.launchpad.net

Commit message

Fix a typo in metrics name that prevented hit ratio from working properly

Description of the change

Fix a typo in metrics name that prevented hit ratio from working properly

To post a comment you must log in.
Revision history for this message
Tom Haddon (mthaddon) wrote :

Sorry for not catching this sooner.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'files/squid_metrics.py'
2--- files/squid_metrics.py 2014-05-02 14:34:43 +0000
3+++ files/squid_metrics.py 2014-05-02 15:24:53 +0000
4@@ -67,12 +67,12 @@
5 'cacheDnsSvcTime.1': 'g', # DNS service time
6 'cacheDnsSvcTime.5': 'g', #
7 'cacheDnsSvcTime.60': 'g', #
8- 'cacheRequestHitRati.1': 'g', # Request Hit Ratios
9- 'cacheRequestHitRati.5': 'g', #
10- 'cacheRequestHitRati.60': 'g', #
11- 'cacheRequestByteRati.1': 'g', # Byte Hit Ratios
12- 'cacheRequestByteRati.5': 'g', #
13- 'cacheRequestByteRati.60': 'g', #
14+ 'cacheRequestHitRatio.1': 'g', # Request Hit Ratios
15+ 'cacheRequestHitRatio.5': 'g', #
16+ 'cacheRequestHitRatio.60': 'g', #
17+ 'cacheRequestByteRatio.1': 'g', # Byte Hit Ratios
18+ 'cacheRequestByteRatio.5': 'g', #
19+ 'cacheRequestByteRatio.60': 'g', #
20 'cacheHttpNhSvcTime.1': 'g', # HTTP refresh hit service time
21 'cacheHttpNhSvcTime.5': 'g', #
22 'cacheHttpNhSvcTime.60': 'g', #

Subscribers

People subscribed via source and target branches

to all changes: