diff --git a/src/components/ConfigEditor/XrayLinkConfig.tsx b/src/components/ConfigEditor/XrayLinkConfig.tsx index d3dcc482..f662d6a3 100644 --- a/src/components/ConfigEditor/XrayLinkConfig.tsx +++ b/src/components/ConfigEditor/XrayLinkConfig.tsx @@ -27,18 +27,22 @@ export function XrayLinkConfig({ newFormStyling, datasourceUid, onChange }: Prop return newFormStyling ? ( {!hasXrayDatasource && ( )} - + onChange(ds.uid)} @@ -49,16 +53,17 @@ export function XrayLinkConfig({ newFormStyling, datasourceUid, onChange }: Prop ) : ( <> -

X-ray trace link

+

Application Signals trace link

- Grafana will automatically create a link to a trace in X-ray data source if logs contain @xrayTraceId field + Grafana will automatically create a link to a trace in Application Signals (formerly X-ray) data source if logs + contain @xrayTraceId field
{!hasXrayDatasource && ( @@ -69,7 +74,7 @@ export function XrayLinkConfig({ newFormStyling, datasourceUid, onChange }: Prop htmlFor="data-source-picker" label="Data source" labelWidth={28} - tooltip="X-ray data source containing traces" + tooltip="Application Signals data source containing traces" >