What is the metric for Handshake Time? For example, are thses number in milliseconds or seconds: 29.48, 31.846, 266.739?

For example, are these Handshake Time values expressed in milliseconds or seconds: 29.48, 31.846, 266.739? This is for Record Type = SSL Open.

Hi @jderienzo - The handshake time number is milliseconds. You can find more information about the fields from SSL record types here Trigger API Reference

handshakeTime: Number

The amount of time required to negotiate the SSL connection, expressed in milliseconds. Specifically, the amount of time between when the client sends a ClientHello message and the server sends ChangeCipherSpec values as specified in RFC 2246.