feature: FHIR R4 Inbound Facade
This commit is contained in:
@@ -58,6 +58,16 @@ public sealed class ClinicalMetrics
|
||||
"SOFA scores computed, labeled by whether a delta alert was created.",
|
||||
labelNames: new[] { "has_delta_alert" });
|
||||
|
||||
public readonly Counter FhirIngestTotal = Metrics.CreateCounter(
|
||||
"fhir_ingest_total",
|
||||
"FHIR resource ingest operations.",
|
||||
labelNames: new[] { "resource_type", "outcome" });
|
||||
|
||||
public readonly Counter FhirMappingErrorsTotal = Metrics.CreateCounter(
|
||||
"fhir_mapping_errors_total",
|
||||
"FHIR mapping failures.",
|
||||
labelNames: new[] { "reason" });
|
||||
|
||||
// --- Histograms ---
|
||||
|
||||
// Measures the full ingest transaction: Redis cache lookup + alert evaluation +
|
||||
|
||||
Reference in New Issue
Block a user