Skip to main content

Dashboard

About Dashboard

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.

Top Bar Controls
ControlWhat It Does
Time PeriodChoose the date range for all charts and tables (e.g. last 15 min, 2 days, 7 days, 30 days).
+ Add filterDrill into specific subsets by adding filters on Projects and Entities (applications, models, routes).
Auto refreshSet the dashboard to poll for new data (e.g. every 1 min) or turn off auto-refresh.

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 displayed alongside the System Usage Chart. Metrics are calculated for the selected time period for the entire system.

MetricDefinition
Unique UsersCount of distinct user IDs or API keys.
Request CountThe total number of chat or embedding calls.
Total TokensThe total sum of prompt and completion tokens used.
MoneyThe estimated spending amount.

Entities Consumption

This table shows the consumption metrics for deployments: models and applications. You can use it to compare the tokens usage of different models and applications, identify cost-inefficient deployments, and optimize your resources.

ColumnDescription
Deployment IdA unique identifier of a model or application.
Request CountThe number of calls directed to the entity.
Prompt tokensThe total number of tokens submitted in the prompt portion of requests.
Completion tokensThe total number of tokens returned by the model/application as responses.
MoneyEstimated overall costs.

Projects Consumption

This table shows the 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
ProjectThe entity utilizing this model/application.
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.

Grafana

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