Enable TCP Fast Open Connect support, if available, on the outgoing connections to authoritative servers. See :ref:`tcp-fast-open-support`.
+.. _setting-tcp-out-max-idle-ms:
+
``tcp-out-max-idle-ms``
-----------------------
.. versionadded:: 4.6.0
Time outgoing TCP/DoT connections are left idle in milliseconds or 0 if no limit. After having been idle for this time, the connection is eligible for closing.
+.. _setting-tcp-out-max-per-auth:
+
``tcp-out-max-idle-per-auth``
-----------------------------
.. versionadded:: 4.6.0
Maximum number of idle outgoing TCP/DoT connections to a specific IP per thread, 0 means do not keep idle connections open.
+.. _setting-tcp-out-max-queries:
+
``tcp-out-max-queries``
-----------------------
- Integer
.. versionadded:: 4.6.0
+.. _setting-tcp-out-max-idle-per-thread:
+
``tcp-out-max-idle-per-thread``
-------------------------------
.. versionadded:: 4.6.0
{ "policy-hits",
MetricDefinition(PrometheusMetricType::multicounter,
"Number of filter or RPZ policy hits")},
+
+ { "idle-tcpout-connections",
+ MetricDefinition(PrometheusMetricType::gauge,
+ "Number of connections in the TCP idle outgoing connections pool")},
+
};
#define CHECK_PROMETHEUS_METRICS 0