Joshua MacDonald
587cde3352
Remove NewKey and update doc comment ( #721 )
...
* Update doc comment
* Remove NewKey
* NewKey->Key
2020-05-13 16:21:23 -07:00
Chen Yixiao
1301b6f3e4
Move core and key to kv package ( #720 )
...
* Move core to kv
* Move kv.Value to kv.value.Value
* Move key to kv
2020-05-13 16:06:03 -07:00
Tyler Yahn
a485d0ec64
Update License header for all source files ( #586 )
...
* Update License header for all source files
- Add Apache 2.0 header to source files that did not have one.
- Update all existing headers dated to 2019 to be 2020
- Remove comma from License header to comply with the Apache 2.0
guidelines.
* Update Copyright notice
Use the standard Copyright notices outlined by the
[CNCF](https://github.com/cncf/foundation/blob/master/copyright-notices.md#copyright-notices )
2020-03-23 22:41:10 -07:00
Gustavo Silva Paiva
85751428a3
add shorter version for global providers ( #538 )
2020-03-11 08:23:32 -07:00
Vineeth Pothulapati
b863b8f6ab
Rename CurrentSpan to SpanFromContext & SetCurrentSpan to ContextWithSpan ( #379 )
...
Signed-off-by: vineeth <vineethpothulapati@outlook.com>
2019-12-11 08:51:32 -08:00
ferhat elmas
eb9fe13a77
Drop SetAttribute from Span ( #361 )
...
fixes #302
2019-12-03 16:58:55 +11:00
Cheng-Lung Sung
13cd2ac417
move /global to /api/global ( #356 )
...
implement #337
2019-11-25 20:41:24 -08:00
ferhat elmas
0f052af2f4
Rename GetTracer to Tracer ( #347 )
...
* Rename GetTracer to NewTracer
* Drop New prefix
2019-11-25 09:46:07 -08:00
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
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