You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These timestamps are useful for identifying the overhead of upstream TCP/TLS connection establishment. The %UPSTREAM_CONNECTION_POOL_READY_DURATION% operator provides the total connection establishment time, but it does not distinguish between the TCP and TLS parts and is only available in millisecond resolution. The above-mentioned time points can be supported in the %COMMON_DURATION(...)% operator to achieve that.
The text was updated successfully, but these errors were encountered:
Description:
Envoy currently records several upstream connection time points that are not supported by the
%COMMON_DURATION(...)%
operator:envoy/envoy/stream_info/stream_info.h
Lines 352 to 354 in 2c84739
These timestamps are useful for identifying the overhead of upstream TCP/TLS connection establishment. The
%UPSTREAM_CONNECTION_POOL_READY_DURATION%
operator provides the total connection establishment time, but it does not distinguish between the TCP and TLS parts and is only available in millisecond resolution. The above-mentioned time points can be supported in the%COMMON_DURATION(...)%
operator to achieve that.The text was updated successfully, but these errors were encountered: