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
Add AddAspNetCoreInstrumentation() to the OTEL TracerProvider. This gives automatic server spans for every inbound HTTP request with standard attributes (http.method, http.route, http.status_code, url.path, etc.).
Add
AddAspNetCoreInstrumentation()to the OTEL TracerProvider. This gives automatic server spans for every inbound HTTP request with standard attributes (http.method,http.route,http.status_code,url.path, etc.).