question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to trace mysql request?

See original GitHub issue

I want to trace mysql request in one web request like brave-mysql.What should I set to trace mysql request in application or pom by using spring-cloud-starter-zipkin

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
micheliknechtelcommented, Nov 2, 2020

Thanks @marcingrzejszczak Marcin Grzejszczak for your prompt answer …it’s working perfectly 😃 I regret not write to you before.

1reaction
codefromthecryptcommented, May 11, 2020

yep sleuth 2.2.2 is using an older version of brave until the next milestone which is soon. https://github.com/spring-cloud/spring-cloud-release/milestones It will then use Brave 5.12 which is nearing complete.

PS next time, please use gitter as adding comments to old issues notifies people unnecessarily https://gitter.im/spring-cloud/spring-cloud-sleuth

cheers

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to show the queries log in MySQL? - TablePlus
1. First, check if you already have the two tables slow_log and general_log existing in the mysql database. · 2. Enable Query logging...
Read more >
Advanced Profiling and Tracing MySQL Queries | by Aman Garg
Explore the various ways to tackle unoptimised MySQL queries. Many times you'd like to profile the query that is being executed.
Read more >
How can I view live MySQL queries? - Stack Overflow
Edit the file located at: C:\Program Files (x86)\MySQL\MySQL Server 5.5\my. · Use MySql workbench to open a command line, enter the password. Run...
Read more >
5.12.1 Viewing MySQL Trace Information
This section describes how to set up your application to view MySQL trace information. ... Open(); string sql = "SELECT Name, HeadOfState FROM...
Read more >
The Optimizer Trace - MySQL :: Developer Zone
How a developer adds tracing to a function. Check Opt_trace* usage in advance_sj_state() : Opt_trace_array trace_choices(trace, "semijoin_strategy_choice");.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found