Create an application perspective for viewing traces

To create an application perspective to view trace information that is gathered from the LLM application runtime, complete the following steps:

  1. In the Instana UI, open the New Application Perspective wizard in one of the following ways:
    • On the Instana dashboard, in the Applications section, and click Add application.
    • From the navigation menu, click Applications > Add, and select New Application Perspective.
  2. Select Services or Endpoints and click Next.
  3. Click Add filter and select a service name. You can select multiple services and endpoints by using OR conditions. The service name is specified by the app_name parameter in Traceloop.init(). For example, Crewai_test (in case of crewai).
  4. In the Application Perspective Name field, enter a name for the LLM application perspective. Then, click Create.

The new application perspective is created.

To view trace information, from the navigation menu in the Instana UI, and click Analytics. On the Analytics dashboard, you can use application, service, and endpoint to analyze calls. Instana presents the data by using service, endpoint, and call names. You can filter and group traces or calls by using arbitrary tags, such as filtered by 'Trace->Service Name' equals Crewai_test. In addition, you can view log information with the trace information. For more information, see Analyzing traces and calls.