Skip to content

Commit

Permalink
Update AppInsightsProducerEventsHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dicko2 authored Dec 21, 2023
1 parent 55e9761 commit ecba799
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class AppInsightsProducerEventsHandler
public static Task OnProducerStarted(IMessageContext eventContextMessageContext, TelemetryClient telemetryClient)
{
eventContextMessageContext.Items.Add("timer", Stopwatch.StartNew());
eventContextMessageContext.Items.Add("telemetryClient

Check failure on line 13 in src/KafkaFlow.ApplicationInsights/AppInsightsProducerEventsHandler.cs

View workflow job for this annotation

GitHub Actions / Build Package

Newline in constant

Check failure on line 13 in src/KafkaFlow.ApplicationInsights/AppInsightsProducerEventsHandler.cs

View workflow job for this annotation

GitHub Actions / Build Package

) expected

Check failure on line 13 in src/KafkaFlow.ApplicationInsights/AppInsightsProducerEventsHandler.cs

View workflow job for this annotation

GitHub Actions / Build Package

; expected

Check failure on line 13 in src/KafkaFlow.ApplicationInsights/AppInsightsProducerEventsHandler.cs

View workflow job for this annotation

GitHub Actions / Build Package

Newline in constant

Check failure on line 13 in src/KafkaFlow.ApplicationInsights/AppInsightsProducerEventsHandler.cs

View workflow job for this annotation

GitHub Actions / Build Package

) expected

Check failure on line 13 in src/KafkaFlow.ApplicationInsights/AppInsightsProducerEventsHandler.cs

View workflow job for this annotation

GitHub Actions / Build Package

; expected
return Task.CompletedTask;
}

Expand Down Expand Up @@ -49,4 +50,4 @@ public static Task OnProducerCompleted(IMessageContext eventContextMessageContex
theTimer.Elapsed, "200", true);
return Task.CompletedTask;
}
}
}

0 comments on commit ecba799

Please sign in to comment.