Skip to main content
Version: v1

ITrace Interface

Messages to track latency trace

Signature

export interface ITrace

Properties

PropertyTypeDescription
actionstring
servicestring
timestampnumber

Property Details

action

Signature

action: string;

Type: string

service

Signature

service: string;

Type: string

timestamp

Signature

timestamp: number;

Type: number