You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/02/13 22:00:29 UTC

[trafficserver] branch 7.1.x updated: Mark the new span metrics as gauges in Epic plugin

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

zwoop pushed a commit to branch 7.1.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/7.1.x by this push:
       new  2cf8c5c   Mark the new span metrics as gauges in Epic plugin
2cf8c5c is described below

commit 2cf8c5c66b088070c17433d6eccafceb4a936978
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Feb 13 14:13:13 2017 -0700

    Mark the new span metrics as gauges in Epic plugin
    
    (cherry picked from commit c8cff6ccb4bc48bc598173d59af827de50cebed6)
---
 plugins/experimental/epic/epic.cc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/plugins/experimental/epic/epic.cc b/plugins/experimental/epic/epic.cc
index fd39734..867aeb9 100644
--- a/plugins/experimental/epic/epic.cc
+++ b/plugins/experimental/epic/epic.cc
@@ -235,6 +235,9 @@ static const std::set<std::string> epic_gauges = {
   "proxy.process.update.state_machines",
   "proxy.process.version.server.build_time",
   "proxy.process.websocket.current_active_client_connections",
+  "proxy.process.cache.span.failing",
+  "proxy.process.cache.span.offline",
+  "proxy.process.cache.span.online",
 };
 
 struct epic_sample_context {

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