Kind: Interface
Source: atloria-monorepo/libs/pme-core/src/tracing/pme-metrics.ts
PME Metrics
PME-specific metrics for observability:
- QA scores per section
- Variant generation counts
- Section type distribution
- Generation timing
Properties
| Property | Type |
|---|---|
totalJobs | number |
jobsByStatus | Record<string, number> |
avgQaScore | number |
qaScoresBySection | Record<string, number> |
variantSelections | Record<string, number> |
avgGenerationTimeMs | number |
sectionTypeFrequency | Record<string, number> |
tokenUsage | `{ |
totalInput: number; totalOutput: number;
}` |
Was this page helpful?