Application List¶
In the application list, you can view the information of applications created under various integrated application frameworks.
Concepts¶
Term | Description |
---|---|
Call Count | Counts the number of trace requests for the application |
Error Rate | The percentage of failed requests for the application Different colors represent different error rate ranges: |
Total Token Count | The total number of tokens consumed by the application, counting the total_tokens of all traces , i.e., the sum |
P50/P75 Duration | Counts the P50/P75 request time (duration ) of the application |
Create an Application¶
Enter the create application page, which currently supports integrating Langfuse by default:
- Define the application name and application ID;
- The system automatically generates configuration parameters;
- A Client Token is generated by default, which you can replace as needed;
- Click "Create".
What is a Client Token?
After creating an application, the system will automatically generate a Client Token for you, which is used to send data from user devices.
For more details, refer to Client Token Management.
After successful creation, you can go to the "Application List" page to view it.
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 through 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.