How trace Querys?

Hello! How can I trace a request, including the database? the path that the request makes to see if the slowness is in the database or in the iis. With tempo or another data source?

Hi @rodrigoparavano!

In the Tempo docs, you will find the necessary steps to get started with distributed tracing. The first step is instrumenting your code to generate the tracing data (i.e. tracing a request). This is where you should start.

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