Skip to content

Commit

Permalink
update activitykind
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv committed Dec 17, 2024
1 parent ea01456 commit 312f31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebJobs.Extensions.DurableTask/LocalGrpcListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public override Task<Empty> Hello(Empty request, ServerCallContext context)
{
ActivitySource activityTraceSource = new ActivitySource("DurableTask.WebJobs");

Activity? newActivity = activityTraceSource.CreateActivity("gRPC start orchestration", kind: ActivityKind.Producer);
Activity? newActivity = activityTraceSource.CreateActivity("gRPC start orchestration", kind: ActivityKind.Server);

if (newActivity != null)
{
Expand Down

0 comments on commit 312f31b

Please sign in to comment.