This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new ecc5fb3  Add traffic_server.memory.rss as a gauge to Epic
ecc5fb3 is described below

commit ecc5fb308f52e4b0556e0e1078ca71299c84f2d4
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Sat Nov 4 13:52:09 2017 -0600

    Add traffic_server.memory.rss as a gauge to Epic
---
 plugins/experimental/epic/epic.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/experimental/epic/epic.cc 
b/plugins/experimental/epic/epic.cc
index 503baf2..718f898 100644
--- a/plugins/experimental/epic/epic.cc
+++ b/plugins/experimental/epic/epic.cc
@@ -220,6 +220,7 @@ static const std::set<std::string> epic_gauges = {
   "proxy.process.cache.span.failing",
   "proxy.process.cache.span.offline",
   "proxy.process.cache.span.online",
+  "proxy.process.traffic_server.memory.rss",
 };
 
 struct epic_sample_context {

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>'].

Reply via email to