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 b7b53bba40
Remove Synchronous and rename Asynchronous (#3892)
* Remove the Synchronous interface

* Rename Asynchronous to Observable

* Update PR number
2023-03-20 13:26:17 -07: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 Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00
instruments.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07: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 Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07:00
meter.go Remove Synchronous and rename Asynchronous (#3892) 2023-03-20 13:26:17 -07: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