ITrace Interface
Messages to track latency trace.
This API is provided for existing users, but is not recommended for new users.
To use, import via fluid-framework/legacy
.
For more information about our API support guarantees, see here.
Signature
export interface ITrace
Properties
Property | Alerts | Type | Description |
---|---|---|---|
action | Alpha |
string | Denotes receiving/sending. |
service | Alpha |
string | Service generating the trace. |
timestamp | Alpha |
number | Floating point time in milliseconds with up to nanosecond precision. |
Property Details
action
Denotes receiving/sending.
This API is provided as an alpha preview and may change without notice.
To use, import via fluid-framework/alpha
.
For more information about our API support guarantees, see here.
Signature
action: string;
Type: string
service
Service generating the trace.
This API is provided as an alpha preview and may change without notice.
To use, import via fluid-framework/alpha
.
For more information about our API support guarantees, see here.
Signature
service: string;
Type: string
timestamp
Floating point time in milliseconds with up to nanosecond precision.
This API is provided as an alpha preview and may change without notice.
To use, import via fluid-framework/alpha
.
For more information about our API support guarantees, see here.
Signature
timestamp: number;
Type: number