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
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
Gustavo Silva Paiva
5e3a2105b9
add WithSpanKind option to span creation ( #234 )
...
* add WithSpanKind option to span creation
* change SpanKind to string alias and add support for SpanKind on ot bridge
* fix tests
* fix import order
* fix nits
2019-10-23 16:25:14 -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
Steven Karis
e11b90cab2
Implement W3C Correlation Context propagator ( #179 )
...
* Implement W3C Correlation Context propagator
* PR comments
* PR comments
* Update test to inject context properly
* Fix merge
2019-10-17 15:08:44 -07:00
Edward Muller
4172bdfbf9
Fix up docs and other othttp cleanups ( #218 )
2019-10-17 11:18:45 -07:00