If you like WireQuery, please ⭐️ it on GitHub
Table of Contents
isolated

Explore

The Explore feature allows you to query registered applications. For example, if you registered an application called example, you can query all requests to GET /some-endpoint using example GET /some-endpoint. When you press Enter, The query will be executed and sent back to you immediately.

You can find out how to write queries in the Writing Queries Guide.

If you would like to save a query, click the Disk button and fill in the form. Here:

  • Type can be either Query or Query With Tracing.
    • Query only executes the specified query.
    • Query With Tracing will execute the specified query and then request all registered applications to send their results as well by Trace Id.
  • A Query Limit needs to be set in order to make sure that queries don't consume too many resources.

Learn more about Stored Queries on the next page.