Tracing: Update configuration editor links (#76678)

Update doc links
This commit is contained in:
Joey
2023-10-18 12:30:38 +01:00
committed by GitHub
parent 455cede699
commit a851750b1c
5 changed files with 20 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ export const ConfigEditor = ({ options, onOptionsChange }: Props) => {
description={
<ConfigDescriptionLink
description="Select a Prometheus data source that contains the service graph data."
suffix="tempo/#service-graph"
suffix="tempo/configure-tempo-data-source/#service-graph"
feature="the service graph"
/>
}
@@ -98,7 +98,7 @@ export const ConfigEditor = ({ options, onOptionsChange }: Props) => {
description={
<ConfigDescriptionLink
description="Modify how traces are searched."
suffix="tempo/#tempo-search"
suffix="tempo/configure-tempo-data-source/#tempo-search"
feature="Tempo search"
/>
}
@@ -112,7 +112,7 @@ export const ConfigEditor = ({ options, onOptionsChange }: Props) => {
description={
<ConfigDescriptionLink
description="Select a Loki data source to search for traces. Derived fields must be configured in the Loki data source."
suffix="tempo/#loki-search"
suffix="tempo/configure-tempo-data-source/#loki-search"
feature="Loki search"
/>
}
@@ -126,7 +126,7 @@ export const ConfigEditor = ({ options, onOptionsChange }: Props) => {
description={
<ConfigDescriptionLink
description="Modify how TraceID queries are run."
suffix="tempo/#traceid-query"
suffix="tempo/configure-tempo-data-source/#traceid-query"
feature="the TraceID query"
/>
}