Tempo: Support new TraceQL scopes (#94858)

* Support new TraceQL scopes

* Update TraceQL lezer version
This commit is contained in:
Joey
2024-10-24 09:17:40 +01:00
committed by GitHub
parent 7fe710b141
commit 5a9de531d2
16 changed files with 70 additions and 39 deletions
@@ -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',