Repository: trafficserver
Updated Branches:
  refs/heads/master daf9bc8c6 -> cb62dfd31


epic: update list of gauges


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/cb62dfd3
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/cb62dfd3
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/cb62dfd3

Branch: refs/heads/master
Commit: cb62dfd31be7d9c5d61460411baf80a7c0c67fa8
Parents: daf9bc8
Author: James Peach <[email protected]>
Authored: Thu Dec 18 16:52:55 2014 -0800
Committer: James Peach <[email protected]>
Committed: Thu Dec 18 16:52:55 2014 -0800

----------------------------------------------------------------------
 plugins/experimental/epic/epic.cc | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cb62dfd3/plugins/experimental/epic/epic.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/epic/epic.cc 
b/plugins/experimental/epic/epic.cc
index 1a03f7a..c709682 100644
--- a/plugins/experimental/epic/epic.cc
+++ b/plugins/experimental/epic/epic.cc
@@ -52,6 +52,7 @@ static char * epic_prefix;
 
 #define GAUGE_METRIC_NAMES \
   "proxy.node.bandwidth_hit_ratio_avg_10s", \
+  "proxy.node.bandwidth_hit_ratio_avg_10s", \
   "proxy.node.bandwidth_hit_ratio_avg_10s_int_pct", \
   "proxy.node.bandwidth_hit_ratio_int_pct", \
   "proxy.node.cache.bytes_free", \
@@ -62,9 +63,11 @@ static char * epic_prefix;
   "proxy.node.cache.bytes_used_mb", \
   "proxy.node.cache.percent_free", \
   "proxy.node.cache.percent_free_int_pct", \
+  "proxy.node.cache_hit_mem_ratio", \
   "proxy.node.cache_hit_mem_ratio_avg_10s", \
   "proxy.node.cache_hit_mem_ratio_avg_10s_int_pct", \
   "proxy.node.cache_hit_mem_ratio_int_pct", \
+  "proxy.node.cache_hit_ratio", \
   "proxy.node.cache_hit_ratio_avg_10s", \
   "proxy.node.cache_hit_ratio_avg_10s_int_pct", \
   "proxy.node.cache_hit_ratio_int_pct", \
@@ -88,6 +91,7 @@ static char * epic_prefix;
   "proxy.node.dns.lookup_avg_time_ms", \
   "proxy.node.dns.lookups_per_second", \
   "proxy.node.dns.total_dns_lookups", \
+  "proxy.node.hostdb.hit_ratio", \
   "proxy.node.hostdb.hit_ratio_avg_10s", \
   "proxy.node.hostdb.hit_ratio_int_pct", \
   "proxy.node.hostdb.total_hits", \

Reply via email to