Endpoint Variables
Endpoint Variables
The following variables are available under the endpoint
namespace:
Name | Type | Description |
---|---|---|
endpoint.addr | string | The address for this endpoint. |
endpoint.host | string | The hostname for this endpoint. |
endpoint.id | string | The endpoint that serviced this connection. |
endpoint.port | int32 | The port for this endpoint. |
endpoint.protocol | string | The protocol for this endpoint. Current supported values are http , https , tcp , and tls . |
endpoint.url | string | The url for this endpoint. |
endpoint.addr
The address for this endpoint.
Loading…
Show agent config example
endpoint.host
The hostname for this endpoint.
Loading…
Show agent config example
endpoint.id
The id for this endpoint.
Loading…
Show agent config example
endpoint.port
The port for this endpoint.
Loading…
Show agent config example
endpoint.protocol
The protocol for this endpoint. Current supported values are http
, https
, tcp
, and tls
.
Loading…
Show agent config example
endpoint.url
The url for this endpoint.
Loading…
Show agent config example