Skip to main content
Version: v1

ITrace Interface

Messages to track latency trace

Signature

export interface ITrace

Properties

Property Type Description
action string
service string
timestamp number

Property Details

action

Signature

action: string;

Type: string

service

Signature

service: string;

Type: string

timestamp

Signature

timestamp: number;

Type: number