We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca497d commit 2ae95e0Copy full SHA for 2ae95e0
src/Components/Components/src/ComponentsActivitySource.cs
@@ -50,7 +50,7 @@ public static ActivityContext CaptureHttpContext()
50
activity.AddLink(new ActivityLink(httpContext));
51
}
52
53
- activity.DisplayName = $"CIRCUIT {circuitId ?? ""}";
+ activity.DisplayName = $"Circuit {circuitId ?? ""}";
54
activity.Start();
55
_circuitContext = activity.Context;
56
0 commit comments