jeeves-meta-monorepo
GitHub
Preparing search index...
service/src
ServiceStats
Interface ServiceStats
Runtime stats tracked by the service.
interface
ServiceStats
{
lastCycleAt
:
string
|
null
;
lastCycleDurationMs
:
number
|
null
;
totalErrors
:
number
;
totalSyntheses
:
number
;
totalTokens
:
number
;
}
Index
Properties
last
Cycle
At
last
Cycle
Duration
Ms
total
Errors
total
Syntheses
total
Tokens
Properties
last
Cycle
At
lastCycleAt
:
string
|
null
last
Cycle
Duration
Ms
lastCycleDurationMs
:
number
|
null
total
Errors
totalErrors
:
number
total
Syntheses
totalSyntheses
:
number
total
Tokens
totalTokens
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
last
Cycle
At
last
Cycle
Duration
Ms
total
Errors
total
Syntheses
total
Tokens
GitHub
jeeves-meta-monorepo
Loading...
Runtime stats tracked by the service.