From 218aed324ff2a8d577e0b29418f8eee7f623bc4a Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Fri, 29 Oct 2021 16:46:46 +0100 Subject: [PATCH] Tempo: add info message about beut beta features (#41107) --- public/app/plugins/datasource/tempo/QueryField.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/app/plugins/datasource/tempo/QueryField.tsx b/public/app/plugins/datasource/tempo/QueryField.tsx index 6a00a2bb0ee..13addb47e0c 100644 --- a/public/app/plugins/datasource/tempo/QueryField.tsx +++ b/public/app/plugins/datasource/tempo/QueryField.tsx @@ -2,6 +2,7 @@ import { css } from '@emotion/css'; import { DataSourceApi, QueryEditorProps, SelectableValue } from '@grafana/data'; import { config, getDataSourceSrv } from '@grafana/runtime'; import { + Badge, FileDropzone, InlineField, InlineFieldRow, @@ -129,6 +130,14 @@ class TempoQueryFieldComponent extends React.PureComponent { size="md" /> + + {query.queryType === 'nativeSearch' && ( +

+ +  Tempo search is currently in beta and is designed to return recent traces only. It ignores the time + range picker. We are actively working on full backend search. Look for improvements in the near future! +

+ )} {query.queryType === 'search' && (