1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
opentelemetry-go/internal/global
Tyler Yahn 1e1cc901a5
Add embedded package to trace API (#4620)
* Add trace/embedded

* Update trace impl to use trace/embedded

* Add noop pkg to replace no-op impl in trace pkg

* Use trace/embedded in global impl

* Use trace/embedded in SDK impl

* Update opencensus bridge

* Update opentracing bridge

* Add changes to changelog

* Update trace/doc.go

Co-authored-by: David Ashpole <dashpole@google.com>

---------

Co-authored-by: David Ashpole <dashpole@google.com>
2023-10-19 10:16:24 -07:00
..
benchmark_test.go Don't import testing package in production builds (#2786) 2022-04-14 08:22:03 -07:00
handler_test.go styleguide: tests goroutine leaks and naming (#4348) 2023-07-24 09:35:06 +02:00
handler.go Replace uses unsafe with atomic with the generic atomic.Pointer (#4226) 2023-06-20 12:14:45 +02:00
instruments_test.go Use gofumpt instead of gofmt (#4623) 2023-10-16 10:02:21 -07:00
instruments.go Use gofumpt instead of gofmt (#4623) 2023-10-16 10:02:21 -07:00
internal_logging_test.go styleguide: tests goroutine leaks and naming (#4348) 2023-07-24 09:35:06 +02:00
internal_logging.go Replace uses unsafe with atomic with the generic atomic.Pointer (#4226) 2023-06-20 12:14:45 +02:00
meter_test.go styleguide: tests goroutine leaks and naming (#4348) 2023-07-24 09:35:06 +02:00
meter_types_test.go Revert "Move global metric back to otel/metric/global for minor release (#3986)" (#4039) 2023-05-02 11:15:39 -07:00
meter.go Revert "Move global metric back to otel/metric/global for minor release (#3986)" (#4039) 2023-05-02 11:15:39 -07:00
propagator_test.go Don't import testing package in production builds (#2786) 2022-04-14 08:22:03 -07:00
propagator.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
state_test.go Add embedded package to trace API (#4620) 2023-10-19 10:16:24 -07:00
state.go Revert "Move global metric back to otel/metric/global for minor release (#3986)" (#4039) 2023-05-02 11:15:39 -07:00
trace_test.go Add embedded package to trace API (#4620) 2023-10-19 10:16:24 -07:00
trace.go Add embedded package to trace API (#4620) 2023-10-19 10:16:24 -07:00
util_test.go Revert "Move global metric back to otel/metric/global for minor release (#3986)" (#4039) 2023-05-02 11:15:39 -07:00