You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2014/12/09 23:13:48 UTC

[03/12] trafficserver git commit: epic: add more gauge names

epic: add more gauge names


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

Branch: refs/heads/master
Commit: 8b52dcdca49217389dbc0df7db9093c09c22f6dc
Parents: 9acf280
Author: James Peach <jp...@apache.org>
Authored: Tue Nov 18 12:28:37 2014 -0800
Committer: James Peach <jp...@apache.org>
Committed: Tue Dec 9 13:46:39 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8b52dcdc/plugins/experimental/epic/epic.cc
----------------------------------------------------------------------
diff --git a/plugins/experimental/epic/epic.cc b/plugins/experimental/epic/epic.cc
index abaa014..1a03f7a 100644
--- a/plugins/experimental/epic/epic.cc
+++ b/plugins/experimental/epic/epic.cc
@@ -77,6 +77,11 @@ static char * epic_prefix;
   "proxy.node.client_throughput_out", \
   "proxy.node.client_throughput_out_kbit", \
   "proxy.node.cluster.nodes", \
+  "proxy.node.config.reconfigure_required", \
+  "proxy.node.config.reconfigure_time", \
+  "proxy.node.config.restart_required.cop", \
+  "proxy.node.config.restart_required.manager", \
+  "proxy.node.config.restart_required.proxy", \
   "proxy.node.current_cache_connections", \
   "proxy.node.current_client_connections", \
   "proxy.node.current_server_connections", \