Skip to content

Commit

Permalink
ParentBased is a decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Sep 27, 2023
1 parent 5f9bc69 commit f7e1fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/trace/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ of the `TraceID`. [#1413](https://github.com/open-telemetry/opentelemetry-specif

#### ParentBased

* This is a composite sampler. `ParentBased` helps distinguish between the
* This is a sampler decorator. `ParentBased` helps distinguish between the
following cases:
* No parent (root span).
* Remote parent (`SpanContext.IsRemote() == true`) with `SampledFlag` set
Expand Down

0 comments on commit f7e1fd8

Please sign in to comment.