rghetia
|
15bfc5bb12
|
Namespace import path under "/otel" (#274)
Also fixes example module paths so that they use the vanity URL instead
of the github URL.
[Closes #184]
|
2019-11-01 11:40:29 -07:00 |
|
Joshua MacDonald
|
de6715fca3
|
Remove the distributedctx.Mutator (#252)
* Remove the distributedctx.Mutator
* Remove unused field
* Update examples
|
2019-10-30 13:21:13 -07:00 |
|
rghetia
|
68310ab974
|
move global trace provider api to global package. (#240)
* move global trace provider api to global package.
* fix doc.
|
2019-10-25 11:38:52 -07:00 |
|
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 |
|