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 2016/01/22 04:39:29 UTC

trafficserver git commit: doc: document metrics configuration variables

Repository: trafficserver
Updated Branches:
  refs/heads/master e7a4dc62a -> 496031f54


doc: document metrics configuration variables


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

Branch: refs/heads/master
Commit: 496031f5404d0f6f725d08ce97a6e72505fcd010
Parents: e7a4dc6
Author: James Peach <jp...@apache.org>
Authored: Thu Jan 21 19:39:17 2016 -0800
Committer: James Peach <jp...@apache.org>
Committed: Thu Jan 21 19:39:17 2016 -0800

----------------------------------------------------------------------
 doc/admin-guide/files/records.config.en.rst |  19 +++++++++++++++++++
 proxy/config/public_key.der                 | Bin 436 -> 0 bytes
 2 files changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/496031f5/doc/admin-guide/files/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index 86e156d..f5579a5 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -309,6 +309,25 @@ Value Effect
   This setting specifies the number of active client connections
   for use by :option:`traffic_ctl server restart --drain`.
 
+Metrics Variables
+-----------------
+
+.. ts:cv:: CONFIG proxy.config.stats.snap_frequency INT 60
+
+  Interval (in seconds) at which to snapshot persistent metrics.
+
+.. ts:cv:: CONFIG proxy.config.stats.snap_file STRING "stats.snap"
+
+  Name of the file to use for snapshots of persistent metrics.
+
+.. ts:cv:: proxy.config.stats.enable_lua INT 0
+
+  Whether to enable execution of the Lua-based custom metrics from
+  :file:`metrics.config` in preference to the deprecated
+  :file:`stats.config.xml`.
+
+  This setting will default to ``1`` in a future release.
+
 Network
 =======
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/496031f5/proxy/config/public_key.der
----------------------------------------------------------------------
diff --git a/proxy/config/public_key.der b/proxy/config/public_key.der
deleted file mode 100644
index 771dd60..0000000
Binary files a/proxy/config/public_key.der and /dev/null differ