Tempo: Remove Loki tab (#84346)

* Update docs

* Remove loki tab from config settings

* Remove loki query field

* Remove loki search from ds, resultTransformer, tracking and tests

* Cleanup removal of loki search

* Remove loki section from query editor docs

* Remove search type
This commit is contained in:
Joey
2024-03-13 14:22:20 +00:00
committed by GitHub
parent 06b7f6befa
commit 1f2e9a544d
36 changed files with 16 additions and 2658 deletions
@@ -27,7 +27,6 @@ const (
const (
TempoQueryTypeClear TempoQueryType = "clear"
TempoQueryTypeNativeSearch TempoQueryType = "nativeSearch"
TempoQueryTypeSearch TempoQueryType = "search"
TempoQueryTypeServiceMap TempoQueryType = "serviceMap"
TempoQueryTypeTraceId TempoQueryType = "traceId"
TempoQueryTypeTraceql TempoQueryType = "traceql"
@@ -142,7 +141,7 @@ type TempoQuery struct {
TableType *SearchTableType `json:"tableType,omitempty"`
}
// TempoQueryType search = Loki search, nativeSearch = Tempo search for backwards compatibility
// TempoQueryType nativeSearch = Tempo search for backwards compatibility
type TempoQueryType string
// TraceqlFilter defines model for TraceqlFilter.