TraceqlSearchScope
static fields are pre-set in the UI, dynamic fields are added by the user
Definition
class TraceqlSearchScope(enum.StrEnum):
"""
static fields are pre-set in the UI, dynamic fields are added by the user
"""
INTRINSIC = "intrinsic"
UNSCOPED = "unscoped"
RESOURCE = "resource"
SPAN = "span"