1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/api/global/internal
Joshua MacDonald 06f833e2ae
Unique instrument checking (#580)
* Add skeleton uniqueness checker

* Fix the build w/ new code in place

* Add sync tests

* More test

* Implement global uniqueness checking

* Set the library name

* Ensure ordered global initialization

* Use proper require statement for errors

* Comment

* Apply feedback fixes

* Comment and rename from feedback
2020-03-24 10:54:08 -07:00
..
benchmark_test.go Unique instrument checking (#580) 2020-03-24 10:54:08 -07:00
internal_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
meter_test.go Unique instrument checking (#580) 2020-03-24 10:54:08 -07:00
meter.go Unique instrument checking (#580) 2020-03-24 10:54:08 -07:00
registry_test.go Unique instrument checking (#580) 2020-03-24 10:54:08 -07:00
state.go Unique instrument checking (#580) 2020-03-24 10:54:08 -07:00
trace_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
trace.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00