Add Trace Context propagation and integration for Elastic transport
- Introduced
TraceContextProviderto enhance logs with trace attributes (trace.id,span.id,transaction.id). - Added
WithTraceparentmiddleware to parse and propagatetraceparentheaders usingContextWithTrace. - Updated Elastic transport to include trace attributes in indexed documents.
- Implemented
ParseTraceparentutility to extract trace context from headers.