# HELP nextpdf_pdf_generated_total Total PDFs generated
# TYPE nextpdf_pdf_generated_total counter
nextpdf_pdf_generated_total{tenant_id="tenant-abc123",plan="pro",template="invoice"} 1542
nextpdf_pdf_generated_total{tenant_id="tenant-xyz789",plan="enterprise",template="contract"} 389
# HELP nextpdf_pdf_pages_generated_total Total pages generated
# TYPE nextpdf_pdf_pages_generated_total counter
nextpdf_pdf_pages_generated_total{tenant_id="tenant-abc123",plan="pro"} 12456
nextpdf_pdf_pages_generated_total{tenant_id="tenant-xyz789",plan="enterprise"} 4523
# HELP nextpdf_pdf_bytes_generated_total Total bytes of generated PDFs
# TYPE nextpdf_pdf_bytes_generated_total counter
nextpdf_pdf_bytes_generated_total{tenant_id="tenant-abc123",plan="pro"} 524288000
# HELP nextpdf_rag_tokens_embedded_total Total tokens embedded for RAG
# TYPE nextpdf_rag_tokens_embedded_total counter
nextpdf_rag_tokens_embedded_total{tenant_id="tenant-xyz789",model="nextpdf-embed-v1"} 2048000
# HELP nextpdf_operation_duration_seconds Operation duration
# TYPE nextpdf_operation_duration_seconds histogram
nextpdf_operation_duration_seconds_bucket{tenant_id="tenant-abc123",operation="pdf.generate",le="0.5"} 1200
nextpdf_operation_duration_seconds_bucket{tenant_id="tenant-abc123",operation="pdf.generate",le="1.0"} 1490
nextpdf_operation_duration_seconds_bucket{tenant_id="tenant-abc123",operation="pdf.generate",le="5.0"} 1540
nextpdf_operation_duration_seconds_bucket{tenant_id="tenant-abc123",operation="pdf.generate",le="+Inf"} 1542
nextpdf_operation_duration_seconds_sum{tenant_id="tenant-abc123",operation="pdf.generate"} 892.5
nextpdf_operation_duration_seconds_count{tenant_id="tenant-abc123",operation="pdf.generate"} 1542