Jonas-Taha El Sesiy
1ab645fedb
Consistently use pointer receivers for core.Number ( #375 )
...
Change all occurrences of value to pointer receivers
Add meta sys files to .gitignore
Code cleanup e.g.
- Don't capitalize error statements
- Fix ignored errors
- Fix ambiguous variable naming
- Remove unnecessary type casting
- Use named params
Fix #306
2019-12-09 13:03:11 -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
Joshua MacDonald
68bd627ac2
Move export types into trace and metric-specific subdirs ( #289 )
2019-11-05 13:08:55 -08:00
Liz Fong-Jones
440b6653c9
remove rSSP and rBSP code, use NewProvider instead. ( #271 )
2019-11-01 16:35:18 -07: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
Edward Muller (SFDC)
f420f7409d
sdk/trace: Test the Sampling Probability ( #247 )
...
* sdk/trace: Test the Sampling Probability
Closes #163
* Add tests for when the parent is sampled.
2019-10-29 16:53:50 -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