@microsoft/opentelemetry
Preparing search index...
ServiceEndpoint
Interface ServiceEndpoint
Represents an endpoint for agent invocation.
interface
ServiceEndpoint
{
host
:
string
;
port
?:
number
;
protocol
?:
string
;
}
Index
Properties
host
port?
protocol?
Properties
host
host
:
string
Optional
port
port
?:
number
Optional
protocol
protocol
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
host
port
protocol
@microsoft/opentelemetry
Loading...
Represents an endpoint for agent invocation.