binarycat-dremio opened a new issue, #4568:
URL: https://github.com/apache/arrow-adbc/issues/4568

   FlightSQL sends `adbc.flight.sql.rpc.call_header.*` headers on RPCs, but 
those values are not exposed in tracing spans.
   
   Add support to attach allowlisted correlation headers as span attributes on:
   - `FlightSQLDatabase.Open`
   - `FlightSQLStatement.Prepare`
   - `FlightSQLStatement.ExecuteQuery`
   - `FlightSQLStatement.ExecuteUpdate`
   
   Use attribute names like `rpc.call_header.x-request-id`.
   
   Do not include sensitive or non-allowlisted headers such as `authorization`.
   
   Acceptance criteria:
   - allowlisted `rpc.call_header.*` headers appear on FlightSQL spans
   - non-allowlisted headers do not appear
   - sensitive headers are excluded
   - tests cover filtering and span attribute emission


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to