diff --git a/public/app/core/components/TraceToLogs/TraceToLogsSettings.tsx b/public/app/core/components/TraceToLogs/TraceToLogsSettings.tsx index 9df3adefe7a..bfafdfee442 100644 --- a/public/app/core/components/TraceToLogs/TraceToLogsSettings.tsx +++ b/public/app/core/components/TraceToLogs/TraceToLogsSettings.tsx @@ -47,7 +47,10 @@ export function TraceToLogsSettings({ options, onOptionsChange }: Props) { { + // Trace to logs only supports loki and splunk at the moment + return ds.type === 'loki' || ds.type === 'grafana-splunk-datasource'; + }} current={options.jsonData.tracesToLogs?.datasourceUid} noDefault={true} width={40}