Skip to main content

What it is

Automation rules let you define conditions that automatically trigger actions on queue items — such as auto-adding items that match certain criteria or pre-filling label values based on span attributes. Instead of manually curating queue contents, you set the rules once and let matching items flow in automatically.

How to set up an automation rule

1

Open the Rules tab

Open a queue and go to the Rules tab.
2

Create a new rule

Click the Create Rule button.
3

Configure the rule

Fill in the rule configuration:
  • Name — A descriptive rule name so your team knows what it does at a glance.
  • Source Type — Which type of items this rule applies to (e.g., traces, spans).
  • Conditions — Define match criteria:
    • Field — The attribute to evaluate (e.g., span attribute, metric name).
    • Operator — The comparison operator (equals, greater than, less than, contains).
    • Value — The threshold or match string.
  • Enabled — Toggle the rule on or off.
4

Save the rule

Click Save. The rule is now active and will be evaluated when new items are added to the queue.

Preview and evaluate

Before enabling a rule in production, use these tools to validate it:
  • Preview — Click the Preview button to see which existing queue items would match the conditions without actually triggering any actions.
  • Evaluate — The Evaluate action tests the rule against current items and shows detailed match results, so you can fine-tune conditions before going live.

Example rules

Rule NameConditionAction
Flag low scoreseval_score < 0.5Auto-add to review queue
Long responsestoken_count > 1000Auto-add for quality check
Error tracesstatus = “error”Auto-add for analysis
Automation rules are evaluated when new items are added to the queue. Existing items can be tested using the Evaluate action but are not retroactively processed unless you trigger evaluation manually.
Automation rules are a powerful feature still being expanded. Check back for new condition types and actions as they become available.

Next steps

Create & Manage Queues

Set up the queues that your automation rules feed into.

Add Items to Queues

Learn about manual and programmatic ways to add items alongside automation.

Analytics & Agreement

Monitor the items your rules are adding and track annotation progress.