Skip to content

Commit

Permalink
Remove SpanId from Sampler input (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang authored May 28, 2020
1 parent 5b78ee1 commit e2f6ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ the release.

## Unreleased

- Remove SpanId from Sampler input.

## v0.3.0 (02-21-2020)

- [OTEP-0059](https:/open-telemetry/oteps/blob/master/text/trace/0059-otlp-trace-data-format.md) Add OTLP Trace Data Format specification.
Expand Down
1 change: 0 additions & 1 deletion specification/trace/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ Returns the sampling Decision for a `Span` to be created.
* `TraceId` of the `Span` to be created. It can be different from the `TraceId`
in the `SpanContext`. Typically in situations when the `Span` to be created
starts a new Trace.
* `SpanId` of the `Span` to be created.
* Name of the `Span` to be created.
* `SpanKind`
* Initial set of `Attributes` for the `Span` being constructed
Expand Down

0 comments on commit e2f6ff4

Please sign in to comment.