SearchTableType
The type of the table that is used to display the search results
Definition
type SearchTableType string
const (
SearchTableTypeTraces SearchTableType = "traces"
SearchTableTypeSpans SearchTableType = "spans"
SearchTableTypeRaw SearchTableType = "raw"
)