OpenAPI 3.0.2MITraw.githubusercontent.com2026-08-14263363.6 KB

38f761f66622

dashboard

Dashboard overview metrics

Returns lightweight aggregate counters for admin UI dashboard.

get/dashboard/overview

Response

Successful operation

totalServicesinteger required

Services currently registered, from every descriptor source.

totalStubsinteger required

Stubs currently in storage.

usedStubsinteger required

Stubs matched at least once since startup.

unusedStubsinteger required

Stubs never matched since startup.

coveredMethodsinteger

Number of gRPC methods that have at least one stub

totalMethodsinteger

Total number of gRPC methods across all services

grpcAddrstring

Native gRPC listen address

gatewayAddrstring

ConnectRPC + gRPC-web listen address

httpAddrstring

Admin REST API + UI listen address

totalSessionsinteger required

Sessions currently known to the server.

runtimeDescriptorsinteger required

Descriptors uploaded over REST since startup.

totalHistoryinteger required

Calls recorded in history.

historyErrorsinteger required

Recorded calls that ended in a gRPC error.