1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/trace
Tyler Yahn 8e55f10ad5
Move the Event type from the API to the SDK (#1846)
* Move the Event type from the API to the SDK

This type is not used in the API. It is used in the SDK and then through
the processing pipelines. Move it to the package that originates its use.

* Add changes to changelog

* Update CHANGELOG.md

Co-authored-by: Gustavo Silva Paiva <guustavo.paiva@gmail.com>

Co-authored-by: Gustavo Silva Paiva <guustavo.paiva@gmail.com>
2021-04-29 10:29:48 -07:00
..
config_test.go Remove WithRecord() option from trace.SpanOption when starting a span (#1660) 2021-03-09 09:45:09 -08:00
config.go Remove WithRecord() option from trace.SpanOption when starting a span (#1660) 2021-03-09 09:45:09 -08:00
context_test.go Update SamplingParameters (#1749) 2021-03-30 10:34:40 -07:00
context.go Update SamplingParameters (#1749) 2021-03-30 10:34:40 -07:00
doc.go Update the package docs for the new API layout (#1346) 2020-11-17 10:30:22 -05:00
go.mod Release v0.20.0 (#1837) 2021-04-23 11:19:07 -07:00
go.sum Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#1667) 2021-03-08 12:15:49 -08:00
nonrecording.go Store current Span instead of local and remote SpanContext in context.Context (#1731) 2021-03-29 08:55:44 -07:00
noop_test.go Remove trace prefix from NoOp src files. (#1679) 2021-03-09 09:12:06 -08:00
noop.go Store current Span instead of local and remote SpanContext in context.Context (#1731) 2021-03-29 08:55:44 -07:00
trace_test.go Make TraceFlags spec-compliant (#1770) 2021-04-05 10:21:42 -07:00
trace.go Move the Event type from the API to the SDK (#1846) 2021-04-29 10:29:48 -07:00