Skip to content

Commit

Permalink
Fix reference to W3C TC spec in sdk-tracing.md (open-telemetry#388)
Browse files Browse the repository at this point in the history
* Fix reference to W3C TC spec in sdk-tracing.md

* Update sdk-tracing.md
  • Loading branch information
arminru authored and bogdandrutu committed Dec 25, 2019
1 parent 58168df commit af345ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion specification/sdk-tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The OpenTelemetry API has two properties responsible for the data collection:
all spans with this flag set. However, [Span Exporter](#span-exporter) will
not receive them unless the `Sampled` flag was set.
* `Sampled` flag in `TraceFlags` on `SpanContext`. This flag is propagated via
the `SpanContext` to child Spans. For more details see the [W3C
the `SpanContext` to child Spans. For more details see the [W3C Trace Context
specification][trace-flags]. This flag indicates that the `Span` has been
`sampled` and will be exported. [Span Processor](#span-processor) and [Span
Exporter](#span-exporter) will receive spans with the `Sampled` flag set for
Expand Down Expand Up @@ -386,3 +386,5 @@ public interface SpanExporter {
void shutdown();
}
```

[trace-flags]: https://www.w3.org/TR/trace-context/#trace-flags

0 comments on commit af345ed

Please sign in to comment.