Database call spans

Hello everyone,

Question

I have a question regarding how to get spans for database calls?

Description

  • According to the documentation when we need to configure pods and service using the conventions given on this link.

  • the Second point is that applications need to pass these request params in egress requests but the issue is that I can handle these things on application code but how to do it on database calls side what I meant is that I cannot change the database client’s code to pass those request headers.