OpenTelemetry SDK
Preparing search index...
@opentelemetry/instrumentation-http
HttpResponseCustomAttributeFunction
Interface HttpResponseCustomAttributeFunction
Called with the active span and response before the response is handled.
HttpResponseCustomAttributeFunction
(
span
:
Span
,
response
:
IncomingMessage
|
ServerResponse
<
IncomingMessage
>
,
)
:
void
Parameters
span
:
Span
response
:
IncomingMessage
|
ServerResponse
<
IncomingMessage
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
OpenTelemetry SDK
Loading...
Called with the active span and response before the response is handled.