1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/metric
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
..
global Add back global metric Meter function (#2750) 2022-03-30 16:50:14 -07:00
instrument [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
internal/global Allow non-comparable global types (#2773) 2022-04-07 13:22:19 -07:00
nonrecording [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
unit Replaces golint by revive and fix newly reported linter issues (#1946) 2021-06-08 10:10:01 -07:00
config.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
doc.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
example_test.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00
go.mod Release prep v1.6.2 (#2770) 2022-04-06 17:44:27 -04:00
go.sum Adds metrics Global (#2660) 2022-03-22 08:33:13 -07:00
meter.go [API EPIC 4/4] Fix tests and examples (#2587) 2022-03-02 09:50:29 -06:00