1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/api
rghetia b04db14146
WIP: Named tracer prototype (#227)
* named tracer prototype

* rename Manager to Provider.

* fix compile error after merge.

* rename Tracer method to GetTracer

* provider with options.

* update test.

* cleanup make circl-ci

* remove global config.

* some cleanup.

* use provider for bridge

* update propagation test.

* update examples and plugins.

* remove GlobalTracer methods.

* fix review comments.

* some more cleanup.

* remove unnecessary getTracer call in benchmark test.
2019-10-22 13:19:11 -07:00
..
core change key to a string alias and KeyValue constructors (#217) 2019-10-16 22:49:58 -07:00
distributedcontext change key to a string alias and KeyValue constructors (#217) 2019-10-16 22:49:58 -07:00
event Consolidate AddEvent and Event methods, add FinishOptions (#99) 2019-09-03 11:03:51 -07:00
key change key to a string alias and KeyValue constructors (#217) 2019-10-16 22:49:58 -07:00
metric Observer metric has not been specified (#222) 2019-10-17 15:35:42 -07:00
propagation Implement W3C Correlation Context propagator (#179) 2019-10-17 15:08:44 -07:00
stats Golang metrics prototype (#100) 2019-10-08 15:45:49 -07:00
testharness Provide conformance tests for tracers (#191) 2019-10-17 11:13:57 -07:00
trace WIP: Named tracer prototype (#227) 2019-10-22 13:19:11 -07:00
unit Add vanity import name (#107) 2019-08-26 09:41:15 -07:00