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
Bogdan Drutu 0617172787
Global logger uses an atomic value instead of a mutex. (#3545)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2022-12-19 07:56:52 -08:00
..
benchmark_test.go Don't import testing package in production builds (#2786) 2022-04-14 08:22:03 -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
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 Allow non-comparable global types (#2773) 2022-04-07 13:22:19 -07:00
state.go Don't import testing package in production builds (#2786) 2022-04-14 08:22:03 -07: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 Add godot linter to golangci (#2845) 2022-04-25 13:22:49 -07:00