log2trace-ui - v1.0.0-RC1
    Preparing search index...

    EntityRef is a reference to an Entity. Entity represents an object of interest associated with produced telemetry. Status: Development

    interface EntityRef {
        descriptionKeys?: string[];
        idKeys: string[];
        schemaUrl?: string;
        type: string;
    }
    Index

    Properties

    descriptionKeys?: string[]

    Descriptive (non-identifying) attribute keys of the entity

    idKeys: string[]

    Attribute keys that identify the entity

    schemaUrl?: string

    The Schema URL, if known

    type: string

    Defines the type of the entity (e.g., "service" or "host")