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 60f7d42d1e
Remove the deprecated otel/metric/global pkg (#3829)
* Remove the deprecated `otel/metric/global` pkg

* Add changelog entry

* Update PR number in changelog

* Fix lint

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
2023-03-07 08:36:19 -08:00
..
benchmark_test.go Don't import testing package in production builds (#2786) 2022-04-14 08:22:03 -07:00
handler_test.go Support a global MeterProvider in go.opentelemetry.io/otel (#3818) 2023-03-01 11:16:03 -08:00
handler.go Support a global MeterProvider in go.opentelemetry.io/otel (#3818) 2023-03-01 11:16:03 -08:00
instruments_test.go Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00
instruments.go Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00
internal_logging_test.go Fixes race, moved into global 2021-11-24 20:06:39 +00:00
internal_logging.go Global logger uses an atomic value instead of a mutex. (#3545) 2022-12-19 07:56:52 -08:00
meter_test.go Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00
meter_types_test.go Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00
meter.go Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08: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 Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00
state.go Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00
trace_test.go Don't import testing package in production builds (#2786) 2022-04-14 08:22:03 -07:00
trace.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
util_test.go Remove the deprecated otel/metric/global pkg (#3829) 2023-03-07 08:36:19 -08:00