Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
IngestionStats
Interface IngestionStats
interface
IngestionStats
{
avgLatencyMs
:
number
|
null
;
avgScoreOverall
:
number
;
flagRate
:
number
;
totalErrors
:
number
;
totalFlagged
:
number
;
totalIngested
:
number
;
totalScored
:
number
;
totalTestcasesGenerated
:
number
;
tracesByAgent
:
Record
<
string
,
number
>
;
}
Index
Properties
avg
Latency
Ms
avg
Score
Overall
flag
Rate
total
Errors
total
Flagged
total
Ingested
total
Scored
total
Testcases
Generated
traces
By
Agent
Properties
avg
Latency
Ms
avgLatencyMs
:
number
|
null
Lifetime mean of finite nonnegative measured samples, or null when none exist.
avg
Score
Overall
avgScoreOverall
:
number
flag
Rate
flagRate
:
number
total
Errors
totalErrors
:
number
total
Flagged
totalFlagged
:
number
total
Ingested
totalIngested
:
number
total
Scored
totalScored
:
number
total
Testcases
Generated
totalTestcasesGenerated
:
number
traces
By
Agent
tracesByAgent
:
Record
<
string
,
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avg
Latency
Ms
avg
Score
Overall
flag
Rate
total
Errors
total
Flagged
total
Ingested
total
Scored
total
Testcases
Generated
traces
By
Agent
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Lifetime mean of finite nonnegative measured samples, or null when none exist.