Closed mamcx closed 1 year ago
Sorry for the late response, but no this is unfortunately not possible: Tracy wants the information about the span name to be completed by the time span is entered, so adjusting the span name is not possible (even though tracing
itself notionally supports this – you can use field::Empty
as the initial field value and then record sql_text
to that field after the fact)
Your best bet would be to have a nested child span, one for each SQL query you have, I think.
Is possible to mark a section of the code that calls a external function or a inner loop that show up in the UI, like: