Skip to content

Commit

Permalink
fixup! Report sequential failure count and timestamp of last success
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsmits committed Feb 6, 2025
1 parent 4c1b13c commit a2f471e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ServiceControl.Audit/Auditing/AuditIngestion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ async Task Loop(CancellationToken cancellationToken)
readonly AuditIngestionFaultPolicy errorHandlingPolicy;
readonly IAuditIngestionUnitOfWorkFactory unitOfWorkFactory;
readonly Settings settings;
[Obsolete]
readonly Channel<MessageContext> channel;
readonly Histogram<long> auditBatchSize = AuditMetrics.Meter.CreateHistogram<long>($"{AuditMetrics.Prefix}.batch_size_audits");
readonly Histogram<double> auditBatchDuration = AuditMetrics.Meter.CreateHistogram<double>($"{AuditMetrics.Prefix}.batch_duration_audits", unit: "ms");
Expand Down

0 comments on commit a2f471e

Please sign in to comment.