added idle timeout stat (#571)

Signed-off-by: Rama <rama.rao@salesforce.com>
pull/573/head
Rama Chavali 7 years ago committed by Matt Klein
parent 641920a96a
commit 61f4a5ab2e
  1. 3
      docs/root/configuration/cluster_manager/cluster_stats.rst

@ -33,7 +33,8 @@ Every cluster has a statistics tree rooted at *cluster.<name>.* with the followi
upstream_cx_http1_total, Counter, Total HTTP/1.1 connections
upstream_cx_http2_total, Counter, Total HTTP/2 connections
upstream_cx_connect_fail, Counter, Total connection failures
upstream_cx_connect_timeout, Counter, Total connection timeouts
upstream_cx_connect_timeout, Counter, Total connection connect timeouts
upstream_cx_idle_timeout, Counter, Total connection idle timeouts
upstream_cx_connect_attempts_exceeded, Counter, Total consecutive connection failures exceeding configured connection attempts
upstream_cx_overflow, Counter, Total times that the cluster's connection circuit breaker overflowed
upstream_cx_connect_ms, Histogram, Connection establishment milliseconds

Loading…
Cancel
Save