TimeTrackerProperties

TimeTrackerProperties
TimeTrackerProperties
JSON Example
{
    "be_conn_est_audit_mode": "string",
    "be_conn_est_threshold": 0,
    "fe_conn_est_audit_mode": "string",
    "fe_conn_est_threshold": 0,
    "ingress_sig_log": false
}
string
be_conn_est_audit_mode
Optional

Audit TCP connection establishment time on server-side. Enum options - TT_AUDIT_OFF, TT_AUDIT_ON, TT_AUDIT_ON_WITH_SIG. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
be_conn_est_threshold
Optional

Maximum threshold for TCP connection establishment time on server-side. Field introduced in 22.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
fe_conn_est_audit_mode
Optional

Audit TCP connection establishment time on client-side. Enum options - TT_AUDIT_OFF, TT_AUDIT_ON, TT_AUDIT_ON_WITH_SIG. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

integer As uint32 As uint32
fe_conn_est_threshold
Optional

Maximum threshold for TCP connection establishment time on client-side. Field introduced in 22.1.1. Unit is MILLISECONDS. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

boolean
ingress_sig_log
Optional

Add significance if ingress latency from dispatcher to proxy is breached on any flow. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

Property Of