debug_histogram_query
Debug histogram queries to check if they find any messages. Use when histogram buckets return empty to verify query matches and isolate issues.
Instructions
Debug helper to test if the histogram query finds any messages at all. Use this if histogram returns empty buckets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End time for absolute range | |
| from | No | Start time for absolute range | |
| query | No | Query to test | |
| filters | No | Field filters to test | |
| streamIds | No | Optional stream IDs to scope the search. Use 'list_streams' to get available stream IDs. | |
| timeRange | No | Time range (e.g., '1h', '30m', '2d') | |
| exactMatch | No | If true (default), wraps the query in quotes for exact match. |