extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Usability concerns regarding logging enrichment and tags collision

Open NatMarchand opened this issue 1 year ago • 12 comments

Hi! I'm currently trying log enrichment on an app but I think there's a problem of usability. In the simple case where I have an AspNet server endpoint which makes a HttpClient request however all the tags collide for example http.request.header, http.response.header. In my logs I don't know if the header comes from the incoming request or outgoing request. I do understand that there are OTEL conventions however they seem to apply only for tracing not logs.

NatMarchand avatar Feb 15 '24 08:02 NatMarchand