Tempo: Support new TraceQL scopes (#94858)
* Support new TraceQL scopes * Update TraceQL lezer version
This commit is contained in:
+3
@@ -98,7 +98,10 @@ export enum SearchTableType {
|
||||
* static fields are pre-set in the UI, dynamic fields are added by the user
|
||||
*/
|
||||
export enum TraceqlSearchScope {
|
||||
Event = 'event',
|
||||
Instrumentation = 'instrumentation',
|
||||
Intrinsic = 'intrinsic',
|
||||
Link = 'link',
|
||||
Resource = 'resource',
|
||||
Span = 'span',
|
||||
Unscoped = 'unscoped',
|
||||
|
||||
Reference in New Issue
Block a user