@microsoft/opentelemetry
    Preparing search index...

    Interface ServiceEndpoint

    Represents an endpoint for agent invocation.

    interface ServiceEndpoint {
        host: string;
        port?: number;
        protocol?: string;
    }
    Index
    host: string

    Host name or IP address of the endpoint.

    port?: number

    Port number of the endpoint.

    protocol?: string

    Protocol scheme of the endpoint (e.g. https).