Skip to content

Overview


On the Overview page, you can view the Agent information created when integrating multiple frameworks.

Concepts

Term Description
Call Count The number of application trace requests
Error Rate Percentage of failed requests.
Formula: Error Rate = (Number of error traces / Total number of traces) × 100% (❗️If any span in a trace has an error, that trace is considered erroneous)

Different colors indicate different error rate ranges:
  • Green: 0–30
  • Orange: 31–70
  • Red: 71–100
  • Total Tokens Total token usage for a single request (total_tokens)
    Format: Total Tokens (Input Tokens → Output Tokens)
    P50/P75 Duration P50/P75 request duration of the application (duration)

    Create an Application

    Display Items

    On the Overview page, click Display Items to customize which Agent types are shown and adjust their display order.

    • Check or uncheck an Agent type to control whether it appears on the Overview page.
    • Drag an Agent type to reorder it on the Overview page.
    • The adjustment only affects the current user's page display; it does not delete Agent applications or affect data collection.

    List

    The application list displays the application name, call count, error rate, total tokens, P50/P75 duration, and other information.

    You can manage the list through the following operations:

    • Search by application name.
    • Filter by time range using the time widget.
    • Edit or delete an application.
    • Click on an application to directly navigate to the Explorer page with that application as the query condition.
    • Click the Analysis Dashboard entry for an application to enter the Analysis Dashboard, which automatically applies the current Agent's filter conditions.

    After entering the application page for a specific Agent type, the top of the page displays the corresponding Agent icon and type name, such as the Codex icon and "Codex", to help you confirm the Agent type you are currently viewing.

    Read More