Skip to main content
Flashduty RUM Explorer provides powerful search capabilities, allowing you to quickly locate and analyze RUM data through flexible query syntax. Queries consist of terms and operators, supporting complex search condition combinations.

Query Basics

Queries support two types of terms:

Boolean Operators

Full-text search only supports some fields. If no results are found, please switch to field queries.

Escape Special Characters

When searching for field values containing special characters, you need to escape them with backslash \ or use double quotes.
The following characters are considered special: :, ", *, -, >, <, ,, (, ), [, ], \ and space
Use attribute:term syntax to search specific attributes: For numeric type attributes, comparison operators can be used:

Complex Query Examples

Search for Warning type errors that occurred in the wallet page:

WeChat Mini Program-Specific Attributes

For View events collected from the WeChat Mini Program platform, the following queryable attributes are available in addition to the shared view_* fields. They help diagnose cold-start latency, setData cost, and lifecycle-stage durations: For example, to find Mini Program pages with a first-screen render longer than 2 seconds:

Advanced Search Tips

Perform precise searches combined with time range:
Search for user click behavior on the checkout page:
Search for views with loading time over 3 seconds on mobile devices:
Search for sessions with errors in China region:

Best Practices

Use Quotes for Phrases

Ensure exact matching of multi-word phrases

Use Wildcards Wisely

Avoid overly broad search conditions

Combine Multiple Conditions

Build precise queries through AND/OR operators

Use Auto-Complete

Reduce input errors and improve search accuracy
Save frequently used search conditions to improve efficiency for repeated queries.

Next Steps

RUM Explorer Overview

Learn about Explorer core features

Distributed Tracing

Learn distributed tracing best practices