---
title: "Dashboard overview metrics"
method: GET
path: "/dashboard/overview"
tags: ["dashboard"]
---

# Dashboard overview metrics

`GET /dashboard/overview`

Returns lightweight aggregate counters for admin UI dashboard.

## Response `200`

Successful operation

- DashboardOverview — Aggregate counters shown on the dashboard.
  - `totalServices` integer, required — Services currently registered, from every descriptor source.
  - `totalStubs` integer, required — Stubs currently in storage.
  - `usedStubs` integer, required — Stubs matched at least once since startup.
  - `unusedStubs` integer, required — Stubs never matched since startup.
  - `coveredMethods` integer — Number of gRPC methods that have at least one stub
  - `totalMethods` integer — Total number of gRPC methods across all services
  - `grpcAddr` string — Native gRPC listen address
  - `gatewayAddr` string — ConnectRPC + gRPC-web listen address
  - `httpAddr` string — Admin REST API + UI listen address
  - `totalSessions` integer, required — Sessions currently known to the server.
  - `runtimeDescriptors` integer, required — Descriptors uploaded over REST since startup.
  - `totalHistory` integer, required — Calls recorded in history.
  - `historyErrors` integer, required — Recorded calls that ended in a gRPC error.

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/bavix/apis/gripmock-api-schema.md) · [All operations](https://skmtc.net/bavix/apis/gripmock-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bavix/gripmock-api-schema/revisions/591c74ba50d8/schema)
