Skip to content

PmeMetrics

reference
1 min readUpdated

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

PropertyType
totalJobsnumber
jobsByStatusRecord<string, number>
avgQaScorenumber
qaScoresBySectionRecord<string, number>
variantSelectionsRecord<string, number>
avgGenerationTimeMsnumber
sectionTypeFrequencyRecord<string, number>
tokenUsage`{
totalInput: number;
totalOutput: number;

}` |

Was this page helpful?

Download as PDF