IGPAPI
    Preparing search index...

    Interface PerfMarkerOptions

    interface PerfMarkerOptions {
        annotations?: Record<string, unknown>;
        annotationsBool?: Record<string, unknown>;
        annotationsInt?: Record<string, unknown>;
        durationNs: number;
        endpoint?: string;
        marker: string;
        markerType: number;
        method?: string;
        points?: { name: string; timeSinceStart: number }[];
    }
    Index

    Properties

    annotations?: Record<string, unknown>
    annotationsBool?: Record<string, unknown>
    annotationsInt?: Record<string, unknown>
    durationNs: number
    endpoint?: string
    marker: string
    markerType: number
    method?: string
    points?: { name: string; timeSinceStart: number }[]