Hi ,
When I use open telemetry agent in NET 6 web application to send the trace data to Elastic Server , only few of http headers are shown in metadata of trace , and if any additional header is added using activity.SetTag for the http request , http header are shown as custom labels like labels.http_request_headers , but it Elastic agent is used for the same app all http headers are shown under http section and not as custom labels .
Is there any way to show http header under http section instead as custom labels ?