Skip to content

Commit

Permalink
Changed output from worker to unique workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rross committed Aug 16, 2024
1 parent 078bbe6 commit fc4fada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CounterInterceptor/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ await worker.ExecuteAsync(async () =>
// Print worker counter info
Console.WriteLine("\nCollected Worker Counter Info:\n");
Console.WriteLine(counterInterceptor.WorkerInfo());
Console.WriteLine($"Number of workers: {counterInterceptor.Counts.Count}");
Console.WriteLine($"Number of unique workflows: {counterInterceptor.Counts.Count}");

// Print client counter info
Console.WriteLine();
Expand Down

0 comments on commit fc4fada

Please sign in to comment.