1.4.5.5 统计

优质
小牛编辑
133浏览
2023-12-01

每个连接管理器都有一个以http.<stat_prefix>.为根的统计树。 统计如下:

名称类型描述
downstream_cx_totalCounter连接总数
downstream_cx_ssl_totalCounterTLS连接总数
downstream_cx_http1_totalCounterHTTP / 1.1连接总数
downstream_cx_websocket_totalCounterWebSocket连接总数
downstream_cx_http2_totalCounterHTTP / 2连接总数
downstream_cx_destroyCounter连接关闭总数
downstream_cx_destroy_remoteCounter因远端关闭而导致连接销毁总数
downstream_cx_destroy_localCounter由于本地关闭导致连接被摧毁的总数
downstream_cx_destroy_active_rqCounter连接被1个及以上活动请求销毁的总数
downstream_cx_destroy_local_active_rqCounter因1个及以上活动请求被本地销毁的连接总数
downstream_cx_destroy_remote_active_rqCounter因1个及以上活动请求被远端关闭而销毁的连接总数
downstream_cx_activeGauge活动的连接总数
downstream_cx_ssl_activeGauge活动TLS连接总数
downstream_cx_http1_activeGauge有效的HTTP / 1.1连接总数
downstream_cx_websocket_activeGauge有效的WebSocket连接总数
downstream_cx_http2_activeGauge有效的HTTP / 2连接总数
downstream_cx_protocol_errorCounter协议错误的总数
downstream_cx_length_msHistogram连接长度毫秒
downstream_cx_rx_bytes_totalCounter接收的字节总数
downstream_cx_rx_bytes_bufferedGauge当前缓冲接收到的字节总数
downstream_cx_tx_bytes_totalCounter发送的字节总数
downstream_cx_tx_bytes_bufferedGauge当前缓冲的发送字节总数
downstream_cx_drain_closeCounter由逐出而造成总连接关闭总数
downstream_cx_idle_timeoutCounter由于空闲超时而关闭的连接总数
downstream_flow_control_paused_reading_totalCounter由于流量控制而被禁用的总读取次数
downstream_flow_control_resumed_reading_totalCounter由于流量控制,在连接上启用的总读取次数
downstream_rq_totalCounter总请求数
downstream_rq_http1_totalCounter总HTTP / 1.1请求数
downstream_rq_http2_totalCounter总HTTP / 2请求数
downstream_rq_activeGauge总活动请求
downstream_rq_response_before_rq_completeCounter在请求完成之前发送的响应总数
downstream_rq_rx_resetCounter收到的请求重置总数
downstream_rq_tx_resetCounter已发送请求重置总数
downstream_rq_non_relative_pathCounter使用非相对HTTP路径的请求总数
downstream_rq_too_largeCounter由于缓冲过大的Body而导致413请求总数
downstream_rq_2xxCounter回应2xx总数
downstream_rq_3xxCounter回应3xx总数
downstream_rq_4xxCounter回应4xx总数
downstream_rq_5xxCounter回应5xx总数
downstream_rq_ws_on_non_ws_routeCounter因WebSocket升级而被拒绝的非WebSocket路由请求总数
downstream_rq_timeHistogram请求时间,单位毫秒
rs_too_largeCounter由于缓冲过大的Body而导致的响应错误总数

按代理客户统计

每个用户代理统计信息都以 http.<stat_prefix>.user_agent.<user_agent>.为根。目前,Envoy与iOS(ios)和Android(android)的用户代理相匹配,并产生以下统计数据:

名称类型描述
downstream_cx_totalCounter连接总数
downstream_cx_destroy_remote_active_rqCounter因1个及以上活动请求被远端关闭的连接总数
downstream_rq_totalCounter请求总数

按监听端口统计

每个监听器统计信息的附加值均以listener.<address>.http.<stat_prefix>.为根。统计如下:

名称类型描述
downstream_rq_2xxCounter回应2xx总数
downstream_rq_3xxCounter回应3xx总数
downstream_rq_4xxCounter回应4xx总数
downstream_rq_5xxCounter回应5xx总数

返回

  • 上一级