Tempo: Update trace to profiles link (#80364)

Update trace to profiles link
pull/80424/head
Joey 1 year ago committed by GitHub
parent e9f1b41d23
commit dd9b3d65d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/core/components/TraceToProfiles/TraceToProfilesSettings.tsx

@ -172,7 +172,7 @@ export const TraceToProfilesSection = ({ options, onOptionsChange }: DataSourceP
description={
<ConfigDescriptionLink
description="Navigate from a trace span to the selected data source's profiles."
suffix={`${options.type}/#trace-to-profiles`}
suffix={`${options.type}/configure-tempo-data-source/#trace-to-profiles`}
feature="trace to profiles"
/>
}

Loading…
Cancel
Save