1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/oteltest
ET 3684191338
Remove WithRecord() option from trace.SpanOption when starting a span (#1660)
* Remove `WithRecord()` option from SpanConfig options

This brings the trace API into conformance with the specification.

* Add entry to CHANGELOG

Fixes #192

* Updated CHANGELOG with PR#

* Cleaned up CHANGELOG notes

* fixup! Merge remote-tracking branch 'upstream/main' into remove-with-record

* Use new spanContext API to set traceflags, tracestate

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2021-03-09 09:45:09 -08:00
..
alignment_test.go Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
config.go Make SpanContext Immutable (#1573) 2021-03-09 08:17:29 -08:00
doc.go Make oteltest.SpanRecorder into a concrete type (#1542) 2021-02-17 07:31:59 -08:00
event.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
go.mod Pre release v0.18.0 (#1635) 2021-03-03 14:40:00 -05: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
harness.go Remove WithRecord() option from trace.SpanOption when starting a span (#1660) 2021-03-09 09:45:09 -08:00
meter.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
provider.go Move tracing code to trace package (#1307) 2020-11-06 17:13:31 -05:00
span_test.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
span.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
text_map_propagator_test.go Add Keys() method to propagation.TextMapCarrier (#1544) 2021-02-17 08:04:49 -08:00
text_map_propagator.go Add Keys() method to propagation.TextMapCarrier (#1544) 2021-02-17 08:04:49 -08:00
tracer_test.go Make SpanContext Immutable (#1573) 2021-03-09 08:17:29 -08:00
tracer.go Make SpanContext Immutable (#1573) 2021-03-09 08:17:29 -08:00