-
May 29th, 2012, 10:52 AM
#1
Copy JDBC to clipboard
It would be nice if we could copy the JDBC in the analysis to the system clipboard...for further diagnostics and analysis.
-
May 31st, 2012, 01:32 AM
#2
Unfortunately you can't do it directly. We should definitely add this option in the future.
There is a really ugly way you could try to get the SQL statement:
1. Click the little cog icon on the top-right corner and choose "Bookmarkable trace url".
2. Copy the trace id (something like this: 615b0fd5-fcca-427b-9d94-b39551ec0eb0-4fc62d02-869372) from the browser address bar.
3. Build a url like this: http://localhost:8080/insight/servic...fc62d02-869372 to get a JSON representation of the trace and copy the SQL statement.
-Tal
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules