Call Trace UI


From the Call Trace page of the SBS portal, 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 tracing statistics. For example, you can filter call traces by a date range, by the outcome of the call (data or error), or by the name of the applicable service.

Access

You can access the Call Trace page of the portal as follows:

  1. Sign in to the SBS Portal. During the sign-in process, you will be prompted to select the account, app, and tenant where you are entitled to sign in.
  2. Click Call Trace in the left-hand side menu.

To interact with the Call Trace 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:

Switch between Web and GraphQL

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, adjust the date range. The default date range is the current month (from the 1st of the current month up to and including today).

  3. 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”.

    Call trace filters

  4. Click View.

The results are displayed in two grids. The “Calls” (upper) grid displays the count of calls of the same type. For example, if multiple distinctCalls queries occurred within the selected date range, the grid contains a row for this query, indicating the count of such calls and their cumulative duration in milliseconds.

Call trace grids

The available grid columns in the upper grid are as follows:

The “Distinct calls” (lower) grid enables you to drill down into details for any of the call groups displayed in the upper grid. To populate the “Distinct calls” grid with data, click a row in the “Calls” grid. The available grid columns are as follows: