Latency debug data for API and assembly actions

The API probe data includes latency metrics for API and assembly action processing.

The latency log data uses the following format.

"latencyLog":
  {
    "ExtLatency": "TS=0,HR=0,BR=0,PS=0,RT=2,COR=2,CI=3,RL=59,SE=59,XS=60,
                   SV=62,SV=63,JTG=68,JTV=75,GS=77,IV=80,PAR=82,XSL=85,
                   X2J=86,SW=86,XC=86,RES=87,rPC=87,TC=87,"
  },

The representation of each action is by a keyword with its duration in milliseconds, which indicates the elapsed processing time. Durations are recorded for only completed events and are listed in the processing order.

The following table lists the keywords for API and assembly actions. As processing can include processing action, see Keywords for processing actions for enhanced latency messages.

Table 1. Latency keywords for API and assembly actions
Keyword Description
CI Client identification action (API).
COR CORS action (API).
CSEC Client security action (Assembly).
EXT Extract action (Assembly)
FC Function call action (Assembly).
FNL Final action (API).
GE GraphQL execute action (Assembly).
GI GraphQL introspect action (Assembly).
GS GatewayScript action (Assembly).
HTM HTML action (Assembly).
IV Invoke action (Assembly).
JTG JWT-generate action (Assembly).
JTV JWT-validate action (Assembly).
J2X JSON to XMLaction (Assembly).
LOG Log action (Assembly).
MAP Map action (Assembly).
OA OAuth action (Assembly).
OSW Operation switch action (Assembly).
PAR Parse action (Assembly).
RAL Rate limit action (Assembly).
RED Redact action (Assembly).
RES Result action (API).
RL Rate limit action (API) (deprecated).
RT Routing action (API).
SE Security action (API).
SV Set variable action (Assembly).
SW Switch action (Assembly).
TC Transaction completed.
TR Throw action (Assembly).
TS Transaction started.
US User security action (Assembly).
VAL Validate action (Assembly).
WS WebSocket upgrade action (Assembly).
WSDL WSDL action (Assembly).
XC Started execute action (Assembly).
XS Completed execute action (Assembly).
XSL XSLT action (Assembly).
X2J XML to JSONaction (Assembly).