Results 1 to 2 of 2

Thread: Copy JDBC to clipboard

  1. #1

    Default 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.

  2. #2
    Join Date
    Jan 2012
    Posts
    12

    Default

    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
  •