Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/otel
client
ClientTracingInfo
Interface ClientTracingInfo
Information passed to the
enrichSpan
hook.
interface
ClientTracingInfo
{
endpoint
?:
ClientTracingEndpointMeta
;
headers
:
Record
<
string
,
string
>
;
method
:
string
;
url
:
string
;
}
Index
Properties
endpoint?
headers
method
url
Properties
Optional
endpoint
endpoint
?:
ClientTracingEndpointMeta
headers
headers
:
Record
<
string
,
string
>
method
method
:
string
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
endpoint
headers
method
url
← Back to Website
All Versions
Libraries
Loading...
Information passed to the
enrichSpanhook.