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
@param string|array The type of the value, used for example to check whether we need to wrap the value in quotes when generating the query valueType🔗
See also🔗