Managing query results

After your query is processed, the AI assistant provides rich, interactive results.

Features of AI assistant

  • Data table view

    The table view interface provides sortable columns, allowing you to click column headers to organize the data as needed. It also includes scrollable content, making it easy to navigate through large result sets. In addition, you can access detailed information, enabling you to view comprehensive metrics and attributes for deeper analysis.

  • Export to CSV

    The download option enables you to export query results for offline analysis, providing a full data export that includes all columns and rows returned by the query. The exported file is delivered in a compatible format, allowing it to open in Excel, Google Sheets, or other analytical tools for further review.

  • Search within results

    The filtering feature allows you to quickly locate specific entries within large result sets by narrowing the displayed data. It provides real‑time filtering, updating results instantly as the user types, and supports case‑insensitive search, ensuring matches are returned regardless of capitalization.

  • Data visualization

    Results are presented in a tabular format that allows you to analyze and understand your observability data effectively. The table view provides sortable columns and scrollable content for easy navigation through large result sets, with access to detailed metrics and attributes for comprehensive analysis.

Understanding query interpretation

The AI assistant provides transparency about how it processed your query.

The interpretation panel provides an interpretation summary, outlining how the AI understood your query. It also identifies any assumptions made, such as default values that were automatically applied (for example, a time range defaulting to 30 minutes). In addition, it details the applied filters, listing all filters and constraints included in the underlying API call.

Example:
Query: "Show me slow database calls"
Interpretation:
- Technology: Application Calls
- Filter: Database calls only
- Threshold: Response time > 1000ms (default)
- Time range: Last 30 minutes (default)