.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. .. include:: ../../../../common.defs .. _admin-stats-core-http-connection: HTTP Connection *************** .. ts:stat:: global proxy.node.current_cache_connections integer :type: gauge :ungathered: .. ts:stat:: global proxy.node.current_client_connections integer :type: gauge .. ts:stat:: global proxy.node.current_server_connections integer :type: gauge .. ts:stat:: global proxy.node.http.user_agent_current_connections_count integer :type: gauge .. ts:stat:: global proxy.node.http.user_agents_total_documents_served integer :type: counter .. ts:stat:: global proxy.node.http.user_agents_total_transactions_count integer :type: counter .. ts:stat:: global proxy.node.http.user_agent_total_request_bytes integer :type: counter :unit: bytes .. ts:stat:: global proxy.node.http.user_agent_total_response_bytes integer :type: counter :unit: bytes .. ts:stat:: global proxy.node.http.user_agent_xacts_per_second float :type: derivative .. ts:stat:: global proxy.process.http.broken_server_connections integer :type: counter .. ts:stat:: global proxy.process.http.completed_requests integer :type: counter .. ts:stat:: global proxy.process.http.connect_requests integer :type: counter .. ts:stat:: global proxy.process.http.current_active_client_connections integer :type: gauge .. ts:stat:: global proxy.process.http.current_cache_connections integer :type: gauge :ungathered: .. ts:stat:: global proxy.process.http.current_client_connections integer :type: gauge .. ts:stat:: global proxy.process.http.current_client_transactions integer :type: gauge .. ts:stat:: global proxy.process.http.current_server_connections integer :type: gauge .. ts:stat:: global proxy.process.http.current_server_transactions integer :type: gauge .. ts:stat:: global proxy.process.http.err_client_abort_count_stat integer :type: counter .. ts:stat:: global proxy.process.http.err_client_abort_origin_server_bytes_stat integer :type: counter :unit: bytes .. ts:stat:: global proxy.process.http.err_client_abort_user_agent_bytes_stat integer :type: counter :unit: bytes .. ts:stat:: global proxy.process.http.err_connect_fail_count_stat integer :type: counter :ungathered: .. ts:stat:: global proxy.process.http.err_connect_fail_origin_server_bytes_stat integer :type: counter :unit: bytes :ungathered: .. ts:stat:: global proxy.process.http.err_connect_fail_user_agent_bytes_stat integer :type: counter :unit: bytes :ungathered: .. ts:stat:: global proxy.process.http.http_misc_origin_server_bytes_stat integer :type: counter :unit: bytes .. ts:stat:: global proxy.process.http.incoming_requests integer :type: counter .. ts:stat:: global proxy.process.http.incoming_responses integer :type: counter .. ts:stat:: global proxy.process.https.incoming_requests integer :type: counter .. ts:stat:: global proxy.process.https.total_client_connections integer :type: counter .. ts:stat:: global proxy.process.http.total_client_connections integer :type: counter .. ts:stat:: global proxy.process.http.total_client_connections_ipv4 integer :type: counter .. ts:stat:: global proxy.process.http.total_client_connections_ipv6 integer :type: counter .. ts:stat:: global proxy.process.http.total_incoming_connections integer :type: counter .. ts:stat:: global proxy.process.http.total_server_connections integer :type: counter .. ts:stat:: global proxy.process.http.origin_connections_throttled_out integer :type: counter This tracks the number of origin connections denied due to being over the :ts:cv`proxy.config.http.origin_max_connections` limit.