Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Mar 23, 2024
1 parent cf6f3c9 commit 04bfe42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal static class HubActivitySource

// Activity.IsAllDataRequested is same as TelemetrySpan.IsRecording in OpenTelemetry API.
// https://github.com/open-telemetry/opentelemetry-dotnet/blob/core-1.7.0/src/OpenTelemetry.Api/Trace/TelemetrySpan.cs#L35-L36
// https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#sampling
// https://github.com/open-telemetry/opentelemetry-specification/blob/v1.31.0/specification/trace/sdk.md#sampling
if (activity is null || activity.IsAllDataRequested == false)
{
return null;
Expand Down

0 comments on commit 04bfe42

Please sign in to comment.