1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/exporters/stdout
Tyler Yahn 0eeb8f87e9
Refactor Tracestate (#1931)
* Refactor TraceState

* Update tracecontext propagator to use new TraceState

* Add TraceStateFromKeyValues to oteltest

* Use oteltest to test TraceState

* Replace IsEmpty with Len for TraceState

* Replace ParseTraceState with ParseTraceStateString

* Clean up naming

* Add immutability test for TraceState

* Add changes to changelog

* Fixes

* Document argument type change in changelog

* Address feedback

Remove circularity of TestTraceStateLen.
2021-05-24 07:53:26 -07:00
..
config.go Refactor configs (#1882) 2021-05-14 13:28:28 -07: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 Refactor configs (#1882) 2021-05-14 13:28:28 -07:00
go.mod Refactor Tracestate (#1931) 2021-05-24 07:53:26 -07:00
go.sum Bump github.com/benbjohnson/clock from 1.0.3 to 1.1.0 in /sdk/metric (#1532) 2021-05-10 09:36:03 -07:00
metric_test.go Fix stdout TestStdoutTimestamp failure with sleep (#1572) 2021-02-23 14:38:23 -05:00
metric.go Refactor configs (#1882) 2021-05-14 13:28:28 -07:00
trace_test.go Refactor Tracestate (#1931) 2021-05-24 07:53:26 -07:00
trace.go Refactor configs (#1882) 2021-05-14 13:28:28 -07:00