Call Trace


From the Call Trace page of the SBS Console, you can perform the following actions:

  • View the number of queries or mutations that were run for each SBS service, within a custom date range that you specify.
  • Filter, search, and sort call traces.

You can filter call traces by the following criteria:

  • by the name of the service
  • by the application where the call took place
  • by the tenant where the call took place
  • by a date range when the call took place
  • by the outcome of the call (data or error)

Access

You can access the Call Trace page as follows:

  1. Sign in to the SBS Console.
  2. Select an account.
  3. Click Call Trace in the left-hand side menu.

To interact with the service, you can use either the Web UI or a GraphQL interface. You can switch at any time between the two interfaces by clicking the switch displayed at the top of the page:

GraphQL WebUI switch

View call traces

To view call traces for a specific SBS service:

  1. Select a service from the drop-down list in the upper area of the page.
  2. Optionally, select the application. Note that this filter is available only if the selected service supports filtering by application.
  3. Optionally, select the tenant. Note that this filter is available only if the selected service supports filtering by tenant.
  4. Optionally, set a date range. The default date range is the current month (from the 1st of the current month up to and including today).
  5. Optionally, filter data by the outcome of the call (data or error), by selecting the appropriate value from the drop-down list. The default value is “Any result”.
  6. Click View.

Call trace grids

The available grid columns are as follows:

Read more