diff --git a/docs/product/issues/issue-details/performance-issues/slow-db-queries/img/span-evidence.png b/docs/product/issues/issue-details/performance-issues/slow-db-queries/img/span-evidence.png index 7e12f268fc2902..9444109d8a02f7 100644 Binary files a/docs/product/issues/issue-details/performance-issues/slow-db-queries/img/span-evidence.png and b/docs/product/issues/issue-details/performance-issues/slow-db-queries/img/span-evidence.png differ diff --git a/docs/product/issues/issue-details/performance-issues/slow-db-queries/index.mdx b/docs/product/issues/issue-details/performance-issues/slow-db-queries/index.mdx index 4b5e6a25e3aa18..0197cad12b94ba 100644 --- a/docs/product/issues/issue-details/performance-issues/slow-db-queries/index.mdx +++ b/docs/product/issues/issue-details/performance-issues/slow-db-queries/index.mdx @@ -33,12 +33,13 @@ These settings can only be edited by users with owner, manager, or team-level ad You can get additional information about your Slow DB Query by looking at the following fields in the "Span Evidence": - Transaction name -- Slow DB Query - Duration Impact - The duration of the query as compared to the entire transaction, to put into perspective how much of the transaction is being taken up by the query +- Slow DB Query +- Waterfall Trace View - Shows the parent span in which the slow DB query occurred ![Slow DB Query span evidence](./img/span-evidence.png) -View it by going to the **Issues** page in Sentry, selecting your project, clicking on the Slow DB Query issue you want to examine, then scrolling down to the "Span Evidence" section in the "Details" tab. +View it by going to the **Issues** page in Sentry, selecting your project, clicking on the Slow DB Query issue you want to examine, then scrolling down to the "Span Evidence" section. ## Fixing Slow DB Queries