Packages > @fluidframework/protocol-definitions > ITrace

ITrace Interface

Messages to track latency trace.

Signature

export interface ITrace

Properties

Property Type Description
action string Denotes receiving/sending.
service string Service generating the trace.
timestamp number Floating point time in milliseconds with up to nanosecond precision.

Property Details

action

Denotes receiving/sending.

Signature

action: string;

service

Service generating the trace.

Signature

service: string;

timestamp

Floating point time in milliseconds with up to nanosecond precision.

Signature

timestamp: number;