Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Aug 15, 2023
1 parent 3181bfe commit 83d9037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grpc.Net.Client/Internal/GrpcDiagnostics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Grpc.Net.Client.Internal;

internal static class GrpcDiagnostics
{
// This is a static on a non-generic class so it isn't re-created once for each type argument
// These are static on a non-generic class. We don't want these re-created for each type argument.
public static readonly DiagnosticListener DiagnosticListener = new DiagnosticListener("Grpc.Net.Client");
public static readonly ActivitySource ActivitySource = new ActivitySource("Grpc.Net.Client");

Expand Down

0 comments on commit 83d9037

Please sign in to comment.