Tempo: Deprecate old search (#84498)

* Add logic to update query from old search to new search i.e. nativeSearch to traceqlSearch

* Remove nativeSearch query and transform

* Update tracking

* Remove nativeSearch from query field

* Udpdate gen comment

* Fix tests

* Add tests

* Remove comments

* Remove log

* Remove log

* Update comment

* Update ids etc for migratedQuery

* Remove old nativeSearch folder

* Fix tests, manual testing
This commit is contained in:
Joey
2024-03-18 09:17:10 +00:00
committed by GitHub
parent 1de4187a6e
commit f5e83d07a7
22 changed files with 153 additions and 1362 deletions
@@ -141,7 +141,7 @@ type TempoQuery struct {
TableType *SearchTableType `json:"tableType,omitempty"`
}
// TempoQueryType nativeSearch = Tempo search for backwards compatibility
// TempoQueryType defines model for TempoQueryType.
type TempoQueryType string
// TraceqlFilter defines model for TraceqlFilter.