Skip to main content

Dashboard

Introduction

In Dashboard, you can monitor system metrics. Monitoring of system metrics is crucial for the health and performance of the system. It helps you to identify and resolve issues before they become critical.

Refer to Observability to learn about observability and system monitoring in DIAL.

Controls and filters
ControlDescription
View byUse this filter to display Chat or MCP usage metrics on the dashboard.
Time PeriodDate range filters for all charts and tables. Users can pick one of the predefined options or set a custom time period.
+ Add filterFilter to drill into specific subsets of Projects and Entities.
Auto refreshControl allowing to pull new data (e.g. every 1 min) or turn off auto-refresh.

Chat Dashboard

System Usage Chart

System Usage is a time-series line chart showing the requests throughput over the selected time period for projects or entities. You can use it to identify traffic peaks and valleys, correlate spikes with deployments or feature releases.

Metrics

Metrics are calculated for the selected time period for the entire system.

MetricDescription
Unique UsersCount of distinct user IDs or API keys.
Request CountTotal number of chat or embedding calls.
Total TokensTotal sum of prompt and completion tokens used.
MoneyEstimated spending amount in USD.

Entities Consumption

Use Entities Consumption table to monitor consumption metrics for deployments: models, applications, toolsets, interceptors and routes. You can use it to compare the tokens usage of different entities, identify cost-inefficient deployments, and optimize your resources.

ColumnDescription
IDUnique identifier of an entity.
Request CountNumber of calls directed to the entity.
Prompt tokensTotal number of tokens submitted in the prompt portion of requests.
Completion tokensTotal number of tokens returned by the model/application as responses.
MoneyEstimated overall costs in USD.

Projects Consumption

Use Projects Consumption table to monitor consumption metrics for projects. You can use it to compare the tokens usage of different projects, identify cost-inefficient projects, and optimize your resources.

ColumnDescription
ProjectProject name.
Request CountNumber of calls directed to the model/application.
Prompt tokensTotal tokens submitted in the prompt portion of requests.
Completion tokensTotal tokens returned by the model/application in the responses.
MoneyEstimated overall costs in USD.

MCP Dashboard

The MCP dashboards give administrators a clear picture of how MCPs and tools are being used. They show important information like user activity, the number of calls, and usage by project or deployment. These dashboards make it easy to track usage, spot trends, and manage resources effectively.

Request per MCP Usage Chart

This dashboard provides administrators with a comprehensive overview of MCP activity within the system. It displays key metrics such as initialization events, tool calls, and loot list interactions, enabling you to monitor usage patterns, identify trends, and optimize resource allocation effectively. This dashboard is designed to help you gain actionable insights into how MCP resources are utilized across your environment.

Totals Metrics

This section presents key metrics that offer valuable insights into MCP usage and user activity within the selected time period.

MetricDescription
Unique UsersDisplays the count of distinct user IDs or API keys that have interacted with the MCP, helping you understand the breadth of user engagement.
Total MCP CallsShows the total number of requests to MCP servers, providing insight into overall system activity.
Total Tool CallsRepresents the overall interaction with MCP tools, allowing you to track resource consumption and usage intensity.

Consumption Metrics

DashboardDescription
MCP ConsumptionThis dashboard displays the number of calls made to each MCP, allowing administrators to monitor and compare usage across different MCPs.
Tools ConsumptionThis dashboard provides insights into tool usage by showing the number of calls for each tool, grouped by MCP. It helps identify frequently used tools.
Calls by DeploymentThis dashboard breaks down MCP usage by applications, showing the number of calls each application has made to a particular MCP.
Project ConsumptionThis dashboard summarizes MCP and tool usage at the project level, displaying the number of MCP and tool calls for each project.

Grafana

Click Open Grafana to access the Grafana dashboard where you can monitor other system metrics.

Route Dashboard

Route dashboards give administrators a clear picture of how routes are being used. They show important information like user activity, the number of calls, and usage by project or deployment. These dashboards make it easy to track usage, spot trends, and manage resources effectively.

Note that the route calls are attributed to the DIAL deployment (application) whose route endpoint has been called, not the deployment which initiated the route call.

  • Deployment - DIAL application the route belongs to.
  • Parent Deployment - DIAL application which initiated the route call.

Route Requests

This dashboard provides administrators with a comprehensive overview of all requests made to registered routes within the system. It is designed to help you gain actionable insights into how routes are utilized across your environment.

Totals Metrics

This section presents key metrics that offer valuable insights into routes usage and user activity within the selected time period.

MetricDescription
Unique UsersDisplays the count of distinct user IDs or API keys that have interacted with routes, helping you understand the breadth of user engagement.
Total Route CallsShows the total number of requests to registered routes, providing insight into overall system activity.

Calls Metrics

DashboardDescription
Calls by DeploymentThis dashboard displays the total number of calls made to routes of a specific DIAL deployment (application).
Calls by RouteThis dashboard provides insights into the usage of individual routes within a DIAL deployment.
Calls from Parent DeploymentsThis dashboard displays which DIAL deployment initiated a route call, the deployment the route belongs to, and the total number of calls made.
Calls by ProjectThis dashboard summarizes routes usage at the project level, displaying the number of calls for each project.