Skip to content

Commit

Permalink
Add minor clarificying doc comments (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Mar 30, 2021
1 parent a71de53 commit 539a2cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OpenTelemetry/Trace/SamplingParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,15 @@ public SamplingParameters(
/// <summary>
/// Gets the kind of span/activity to be created.
/// </summary>
/// <remarks>
/// For Activities created outside of ActivitySource,
/// the Kind will be the default (Internal).
/// </remarks>
public ActivityKind Kind { get; }

/// <summary>
/// Gets the tags to be associated to the span/activity to be created.
/// These are the tags provided at the time of Activity creation.
/// </summary>
public IEnumerable<KeyValuePair<string, object>> Tags { get; }

Expand Down

0 comments on commit 539a2cd

Please sign in to comment.