Show database Query variables

Hey community,
Is it possible to get the used value of a DB-Query-Span?
I see this span in my transactions:
select CLIENT_ID from CL_ClIENT L where CLIENT_ID> ?
Is the Java Agent not capable of capturing such things?
Apm agent java version 1.18

Thanks for the question!
We decided not to collect those, but we may rethink that in the future. You can see details in the related GitHub issue and upvote it to record your interest.

thank you for your feedback!

It will be helpful if we can get the database transaction query to be visible in APM. There are other ways to collect it by running a query plan or see highly utilized query on RDS, however, when you have APM collecting response time, it will be helpful to know which query took a long time to respond

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.