@microsoft/opentelemetry
    Preparing search index...

    Interface ServiceEndpoint

    Represents an endpoint for agent invocation.

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

    Properties

    Properties

    host: string
    port?: number
    protocol?: string