1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/internal/global
Tyler Yahn 9838bba16a
Allow non-comparable global types (#2773)
* Fix #2772: allow non-comparable global types

The global MeterProvider, TracerProvider, and TextMapPropagator should
not panic when they are set to a non-comparable implementation of each.

* Add changes to changelog

* No lint unused field for testing
2022-04-07 13:22:19 -07:00
..
benchmark_test.go run ResetForTest during cleanup (#2754) 2022-03-31 10:21:14 -07:00
internal_logging_test.go Fixes race, moved into global 2021-11-24 20:06:39 +00:00
internal_logging.go Minor PR fixes 2021-12-01 16:47:46 +00:00
propagator_test.go run ResetForTest during cleanup (#2754) 2022-03-31 10:21:14 -07:00
propagator.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
state_test.go Allow non-comparable global types (#2773) 2022-04-07 13:22:19 -07:00
state.go Allow non-comparable global types (#2773) 2022-04-07 13:22:19 -07:00
trace_test.go run ResetForTest during cleanup (#2754) 2022-03-31 10:21:14 -07:00
trace.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00