TraceqlFilterBuilder🔗
Constructor🔗
Methods🔗
Build🔗
Builds the object.
Id🔗
Uniquely identify the filter, will not be used in the query generation
Operator🔗
The operator that connects the tag to the value, for example: =, >, !=, =~
Scope🔗
The scope of the filter, can either be unscoped/all scopes, resource or span
Tag🔗
The tag for the search filter, for example: .http.status_code, .service.name, status
Value🔗
The value for the search filter
ValueType🔗
The type of the value, used for example to check whether we need to wrap the value in quotes when generating the query