1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/trace
Tyler Yahn 99ec432679
Accept scope attributes during Tracer creation (#3739)
* Accept scope attributes during Tracer creation

The OTel specification requires the instrumentation attributes are
accepted by the API for the Tracer. This adds a TracerOption to satisfy
that requirement.
2023-02-21 13:31:37 -06:00
..
config_test.go Accept scope attributes during Tracer creation (#3739) 2023-02-21 13:31:37 -06:00
config.go Accept scope attributes during Tracer creation (#3739) 2023-02-21 13:31:37 -06: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 Fix doc comment typo (#3470) 2022-11-16 08:40:04 -08:00
go.mod Prepare v1.13.0/v0.36.0 release (#3688) 2023-02-07 14:34:41 -05:00
go.sum dependabot updates Mon Oct 31 15:24:02 UTC 2022 (#3433) 2022-10-31 08:54:41 -07: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 Add span.TracerProvider() (#2009) 2021-06-17 12:05:44 -04:00
noop.go Add godot linter to golangci (#2845) 2022-04-25 13:22:49 -07:00
trace_test.go Use already enabled revive linter and add depguard (#2883) 2022-05-19 15:15:07 -05:00
trace.go Improve trace status handling (#3214) 2022-09-23 11:39:53 -07:00
tracestate_test.go fix(tracestate): drop right-most member in tracestate (#2592) 2022-02-23 08:55:49 -08:00
tracestate.go Make several vars into consts (#3068) 2022-08-09 11:31:06 -05:00