1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/metric/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
..
instruments_test.go Adds metrics Global (#2660) 2022-03-22 08:33:13 -07:00
instruments.go Adds metrics Global (#2660) 2022-03-22 08:33:13 -07:00
meter_test.go Adds metrics Global (#2660) 2022-03-22 08:33:13 -07:00
meter_types_test.go Adds metrics Global (#2660) 2022-03-22 08:33:13 -07:00
meter.go Adds metrics Global (#2660) 2022-03-22 08:33:13 -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