Tempo: Update trace to profiles link (#80364)

Update trace to profiles link
This commit is contained in:
Joey
2024-01-12 10:20:01 +00:00
committed by GitHub
parent e9f1b41d23
commit dd9b3d65d4
@@ -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"
/>
}