feat: wrap fetchClient to add HTTP client attributes to remote servic…#425
feat: wrap fetchClient to add HTTP client attributes to remote servic…#425vkozyura wants to merge 7 commits into
Conversation
SummaryThe following content is AI-generated and provides a summary of the pull request: feat: Add HTTP Semantic Convention Attributes to Remote Service SpansNew Feature✨ Enriches remote service spans with HTTP semantic convention attributes by wrapping Changes
PR Bot InformationVersion:
|
Adds HTTP semantic convention attributes to remote service spans by wrapping
fetchClient.executeHttpRequest.Alternative considered: Using
@opentelemetry/instrumentation-undiciresponse hooks to propagate attributes from HTTP child spans. This approach was rejected as it requires an additional dependency and creates duplicate spans.