ITrace Interface
Packages > @fluidframework/protocol-definitions > ITrace
Messages to track latency trace
Signature:
export interface ITrace
Properties
Property | Type | Description |
---|---|---|
action | string | |
service | string | |
timestamp | number |
Events
action
Signature:
action: string;
service
Signature:
service: string;
timestamp
Signature:
timestamp: number;