Skip to main content

ITrace Interface

Messages to track latency trace.

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

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.

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

action: string;

Type: string

service

Service generating the trace.

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

service: string;

Type: string

timestamp

Floating point time in milliseconds with up to nanosecond precision.

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

timestamp: number;

Type: number