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
Time PeriodDate range filters for all charts and tables.
+ 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.

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.

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.

Grafana

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