ServerEndpoint
Defined in: src/otel/config.ts:41
Host / port pair surfaced as server.address / server.port span
attributes. port is optional — OTel semconv makes it conditional on
being different from the protocol default, and we'd rather emit nothing
than invent a number the user never configured.
Properties
host
readonlyhost:string
Defined in: src/otel/config.ts:42
port?
readonlyoptionalport?:number
Defined in: src/otel/config.ts:43