fix: do up No audit of document access in vigilcare-records-gap-analysis.md
This commit is contained in:
@@ -86,4 +86,12 @@ public static class DiagnosticsMetrics
|
||||
public static readonly Gauge QueueAgeSeconds = Metrics.CreateGauge(
|
||||
"digitization_queue_age_seconds",
|
||||
"Age in seconds of the oldest batch in pending_verification status.");
|
||||
|
||||
public static readonly Counter PromotionRetryTotal = Metrics.CreateCounter(
|
||||
"digitization_promotion_retry_total",
|
||||
"Total promotion retry attempts.",
|
||||
new CounterConfiguration
|
||||
{
|
||||
LabelNames = new[] { "outcome" }
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user