Skip to content

Summary


On the Summary page, you can view information about Agents created under various integrated frameworks.

Concepts

Term Description
Call Count Statistics on the number of trace requests for the application
Error Rate Percentage of failed requests for the application
Calculation formula: Error Rate = (Number of error traces / Total number of traces) * 100% (❗️A trace is considered in error if any span within it fails)

Different colors represent different error rate ranges:
  • Green: 0-30
  • Orange: 31-70
  • Red: 71-100
  • Total Token Count Total token usage for a single request (total_tokens)
    Format: Total Token Count (Input Token Count → Output Token Count)
    P50/P75 Duration Statistics on the P50/P75 request time (duration) for the application

    Create Application

    List

    In the application list, you can view the application name, call count, error rate, total token count, P50/P75 duration, and other information.

    You can manage the list through the following operations:

    • Search and locate by application name;

    • Filter by selecting a time range via the Time Widget;

    • Edit/Delete applications;

    • Click on a single application to directly jump to the Explorer page with that application as the query condition.

    More Reading