1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/exporters/stdout
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.go revent end-users from implementing some interfaces (#1575) 2021-02-24 10:03:35 -08:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
example_test.go Changes stdout to expose the *sdktrace.TracerProvider (#1800) 2021-04-14 08:51:41 -07:00
exporter.go Changes stdout to expose the *sdktrace.TracerProvider (#1800) 2021-04-14 08:51:41 -07: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
metric_test.go Fix stdout TestStdoutTimestamp failure with sleep (#1572) 2021-02-23 14:38:23 -05:00
metric.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
trace_test.go Move the Event type from the API to the SDK (#1846) 2021-04-29 10:29:48 -07:00
trace.go Merge sdk/export/trace into sdk/trace (#1778) 2021-04-07 08:03:43 -07:00