Skip to content

Commit

Permalink
Merge pull request #31 from nenoNaninu/change_activity_source_name
Browse files Browse the repository at this point in the history
Change ActivitySource name
  • Loading branch information
nenoNaninu authored Apr 15, 2024
2 parents 7ea2852 + b578706 commit 28c36a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace AspNetCore.SignalR.OpenTelemetry.Internal;

internal static class HubActivitySource
{
internal const string Name = "SignalR.Hub";
internal const string Name = "AspNetCore.SignalR.OpenTelemetry";

private static readonly ActivitySource ActivitySource = new(Name);

Expand Down

0 comments on commit 28c36a4

Please sign in to comment.