Preparing search index...
The search index is not available
biorate
biorate
nestjs-tools
TracingInterceptor
Class TracingInterceptor
Implements
NestInterceptor
Index
Constructors
constructor
Properties
config
Methods
excluded
http
intercept
rpc
stringify
ws
Constructors
constructor
new
Tracing
Interceptor
(
)
:
TracingInterceptor
Returns
TracingInterceptor
Properties
Protected
Readonly
config
config
:
IConfig
Methods
Protected
excluded
excluded
(
url
)
:
boolean
Parameters
url
:
string
Returns
boolean
Protected
http
http
(
span
,
context
,
next
)
:
Observable
<
any
>
Parameters
span
:
Span
context
:
ExecutionContext
next
:
CallHandler
<
any
>
Returns
Observable
<
any
>
intercept
intercept
(
context
,
next
)
:
Observable
<
any
>
Parameters
context
:
ExecutionContext
next
:
CallHandler
<
any
>
Returns
Observable
<
any
>
Protected
rpc
rpc
(
span
,
context
,
next
)
:
Observable
<
any
>
Parameters
span
:
Span
context
:
ExecutionContext
next
:
CallHandler
<
any
>
Returns
Observable
<
any
>
Protected
stringify
stringify
(
data
)
:
string
Parameters
data
:
unknown
Returns
string
Protected
ws
ws
(
span
,
context
,
next
)
:
Observable
<
any
>
Parameters
span
:
Span
context
:
ExecutionContext
next
:
CallHandler
<
any
>
Returns
Observable
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
config
excluded
http
intercept
rpc
stringify
ws
biorate
Loading...