From d767c4f6946b95516b6d70e59987634cab288d65 Mon Sep 17 00:00:00 2001 From: Jennifer Villa Date: Wed, 6 Mar 2024 03:33:09 -0600 Subject: [PATCH] Remove hanging text block from traces->profiles docs (#83859) Remove hanging text block This is causing the page to render a bit oddly on the website --- docs/sources/shared/datasources/tempo-traces-to-profiles.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sources/shared/datasources/tempo-traces-to-profiles.md b/docs/sources/shared/datasources/tempo-traces-to-profiles.md index 667402b9a90..02c4edd3fb7 100644 --- a/docs/sources/shared/datasources/tempo-traces-to-profiles.md +++ b/docs/sources/shared/datasources/tempo-traces-to-profiles.md @@ -96,5 +96,3 @@ To use a custom query with the configuration, follow these steps: 1. Switch on **Use custom query** to enter a custom query. 1. Specify a custom query to be used to query profile data. You can use various variables to make that query relevant for current span. The link is shown only if all the variables are interpolated with non-empty values to prevent creating an invalid query. You can interpolate the configured tags using the `$__tags` keyword. 1. Select **Save and Test**. - - |