Filter Traces
Last updated
Last updated
Copyright © 2023 Arize AI, Inc
Click on the filter bar to type, select, or use Copilot to search for a filter
Construct a filter using the query syntax
Press Enter
to apply the filter!
Format: "dimension name" = 'value'
Enclose the dimension in double quotes ("
) and the value in single quotes ('
).
Examples:
Equals: "dimension_name" = 'value'
Not Equals: "dimension_name" != 'value'
Contains: contains("dimension_name", 'substring')
Null: "attributes.input.value" = null
AND/OR Support: Combine multiple conditions using AND
or OR
.
=
: Equals
!=
: Not equals
<
: Less than
>
: Greater than
IN
: Includes