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 ASP.NET Core.
Traces
Following is the list of attributes are currently added by default:
vishweshbankwar
changed the title
Default set of span attributes for ASP.NET Core instrumentation
Default set of attributes for ASP.NET Core instrumentation (trace and metric)
Oct 30, 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 ASP.NET Core.
Traces
Following is the list of attributes are currently added by default:
http.request.method
http.request.method_original
(if different fromhttp.request.method
[ASP.NET Core] Sethttp.request.method
as per spec #5001)http.response.status_code
network.protocol.version
(Bug fix: [ASP.NET Core] updatenetwork.protocol.version
values as per spec #5007)user_agent.original
http.route
server.address
server.port
url.path
url.query
url.scheme
error.type
([ASP.NET Core] Adderror.type
attribute for tracing and metrics #4986)Following attributes will not be part of default attributes and can be added using Enrich API:
network.peer.address
network.peer.port
client.address
client.port
Metrics
For metrics(
http.server.request.duration
) all the required/recommended attributes will be added by default as per specThe text was updated successfully, but these errors were encountered: