You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is to document the default set of attributes that will be part of initial stable release of trace and metric instrumentation library for HttpClient.
Traces
Following is the list of attributes are currently added by default:
vishweshbankwar
changed the title
Default set of span attributes for HttpClient instrumentation
Default set of span attributes for HttpClient instrumentation (trace and metric)
Oct 30, 2023
vishweshbankwar
changed the title
Default set of span attributes for HttpClient instrumentation (trace and metric)
Default set of attributes for HttpClient instrumentation (trace and metric)
Oct 31, 2023
The issue is to document the default set of attributes that will be part of initial stable release of trace and metric instrumentation library for HttpClient.
Traces
Following is the list of attributes are currently added by default:
http.request.method
http.request.method_original
(if different fromhttp.request.method
[HttpClient & HttpWebRequest] Sethttp.request.method
as per spec #5003)http.response.status_code
network.protocol.version
(Bug fix: [HttpClient] updatenetwork.protocol.version
values as per specification #5006)server.port
server.address
error.type
([HttpClient] Adderror.type
for traces and metrics #5005)url.full
Following attributes will not be added by default and Enrich API can be used in case if these attributes are needed:
network.peer.address
network.peer.port
http.request.resend_count
Metrics
For metrics(
http.client.request.duration
) all the required/recommended attributes will be added by default as per specThe text was updated successfully, but these errors were encountered: