I am exporting the metrics from the agent to prometheus. I can't seem to export metrics on SQL statements. I can see the DB connections and the total time taken for all the connections, but don't see any SQL statements. With pooling of JDBC connections, that doesn't give me any metrics on SQL statement execution time.
I can see the SQL Statements when exported to Jaeger though. Is there any way to export it to Prometheus?
I am exporting the metrics from the agent to prometheus. I can't seem to export metrics on SQL statements. I can see the DB connections and the total time taken for all the connections, but don't see any SQL statements. With pooling of JDBC connections, that doesn't give me any metrics on SQL statement execution time.
I can see the SQL Statements when exported to Jaeger though. Is there any way to export it to Prometheus?