mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tempo: Update default editor to TraceQL tab (#74153)
Update default editor to TraceQL tab
This commit is contained in:
parent
04c44f0a11
commit
7f2841aeca
@ -31,7 +31,9 @@ interface State {
|
||||
uploadModalOpen: boolean;
|
||||
}
|
||||
|
||||
const DEFAULT_QUERY_TYPE: TempoQueryType = 'traceqlSearch';
|
||||
// This needs to default to traceql for data sources like Splunk, where clicking on a
|
||||
// data link should open the traceql tab and run a search based on the configured query.
|
||||
const DEFAULT_QUERY_TYPE: TempoQueryType = 'traceql';
|
||||
|
||||
class TempoQueryFieldComponent extends React.PureComponent<Props, State> {
|
||||
constructor(props: Props) {
|
||||
|
Loading…
Reference in New Issue
Block a user