1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-07 23:02:15 +02:00
opentelemetry-go/internal/global
Tyler Yahn 3c75a44f84
Move metric No-Op to metric/noop (#3893)
* Move metric No-Op to noop pkg

* Remove the unneeded embedded ifaces

* Update CHANGELOG.md

Co-authored-by: Peter Liu <lpfvip2008@gmail.com>

---------

Co-authored-by: Peter Liu <lpfvip2008@gmail.com>
Co-authored-by: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com>
2023-03-21 14:25:23 -05: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 Move metric No-Op to metric/noop (#3893) 2023-03-21 14:25:23 -05:00
instruments.go Split metric configuration down to instrument (#3895) 2023-03-21 08:16:57 -05: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 Move metric No-Op to metric/noop (#3893) 2023-03-21 14:25:23 -05:00
meter_types_test.go Split metric configuration down to instrument (#3895) 2023-03-21 08:16:57 -05:00
meter.go Split metric configuration down to instrument (#3895) 2023-03-21 08:16:57 -05: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 Move metric No-Op to metric/noop (#3893) 2023-03-21 14:25:23 -05: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