Attributes during Sampling for HttpClient and ASP.NET Core spans #2012
Labels
comp:instrumentation.aspnetcore
Things related to OpenTelemetry.Instrumentation.AspNetCore
comp:instrumentation.http
Things related to OpenTelemetry.Instrumentation.Http
enhancement
New feature or request
Milestone
Feature Request
Spec requires client and server spans to provide certain attributes(for client and for server) during sampling so that the information can be used to make sampling decisions. In .NET this is currently not possible to do at the instrumentation library level, as the spans are created by the HttpClient and ASP.NET Core libraries itself. To support this requirement, the change need to be done on the libraries side.
Opening this issue for reference.
The text was updated successfully, but these errors were encountered: