This document summarizes a presentation about using Apache HTrace to trace slow queries in Solr. It introduces HTrace as a distributed tracing library that generates spans with metadata about requests. The presentation shows how to configure Solr and HTrace to trace Solr queries, providing more detailed timing information than the default debug parameter. Tracing can identify where time is spent across servers and calls to other systems. The overhead of tracing is small, around 25 nanoseconds per trace. A demo then shows an example trace of a simple search query in Solr.